PDA

View Full Version : All pages display except Home page????



kobcalc
04-09-2009, 03:40 PM
I tried to upload files to mysql??? I have deleted all of the files and the SQL that I created, but now my main page won't display. I look in my public_html files and both a default and index are there. The default.html displays but the index.html does not display. I'm new to this and I know I messed up somewhere I just can't find it. I made the index.html and default.html identical because I wasn't sure even how the pages would display as a default. my site is http://kobcalc.com/......... all I want at this point is my home page to display and I'll worry about sql's another day?????

Early Out
04-09-2009, 03:56 PM
There is no index.html in your public_html directory. There is only a default.html. Rename default.html to index.html, and that should take care of it.

kobcalc
04-09-2009, 04:07 PM
I tried? the index page shows up in the editer on legacy file manager, but still comes up with the 404???? I've deleated the files and reloaded them but the main page still does not display yet all others do???

kobcalc
04-09-2009, 04:21 PM
There is no index.html in your public_html directory. There is only a default.html. Rename default.html to index.html, and that should take care of it.

Not sure why but changing the file name from .html to .htm allows my page to be seen. For some reason my index.html will not display, but index.htm does.

Early Out
04-09-2009, 05:38 PM
Take a look at your .htaccess file. I'll wager there's something in there like "DirectoryIndex," followed by one or more file names. That will override the server defaults for the file names that it will look for.