
|
I want to protect my installation until I am finished configuring itProblem:How can I stop public access while I work on my site? (show index.html and not index.php)?Solution:Servers are set up typically to recognize a file name index as the default file for any directory. If more than one is found (i.e. html, php, etc...) the html takes precedence. |