paldo
10-02-2008, 06:38 AM
Since a few days, when I load my page the browser load the index of/ of my page and not my homepage. Why? What is wrong and what do I have to change on the external server?
Thank you
Thank you
|
Click to See Complete Forum and Search --> : index of/ and directory paldo 10-02-2008, 06:38 AM Since a few days, when I load my page the browser load the index of/ of my page and not my homepage. Why? What is wrong and what do I have to change on the external server? Thank you aj_nsc 10-02-2008, 07:05 AM What is the name of the file that is your homepage? It's usually index.html, but could also be index.php or default.html. First, check to see if either of these files are in your root directory where you see the index of/ message. If they aren't, then you need to upload your index.html file. If you have an index.html, index.php, or default.html file in this root directory and it's still showing you the index of/ message. Then open up a text editor and paste in the following: DirectoryIndex {index file} Replace {index file} in the line above with the exact filename of your index file (i.e. index.html) Save this file as .htaccess and upload it to your root directory. paldo 10-02-2008, 07:44 AM Thank you very much. The index.html were not on the server anymore. Thanks for your clear explanations, my problem is solved. Paldo webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |