PDA

View Full Version : web page



bigvictor7
15-03-2006, 06:46 PM
I have uploaded my web page ,it is there on the web but if you hit refreash the index of page comes up ???what am i am doing wrong

Nat
15-03-2006, 06:57 PM
Your new hosting account would have come default with a index.html page. Make sure that you have actually replaced that file. Also, make sure you are pulling the most current index.html page from the server - hold down Ctrl and hit F5 to do a complete refresh.

Snowman
15-03-2006, 06:57 PM
It depends on what you have named the main index file

generally you should use index.htm or index.html as the default index page (all lowercase)

If youve named it somethign else you'll need to create a .htaccess file in the public_html folder with the following entry:

DirectoryIndex FILENAME

(where FILENAME is your main index pages name)

If youre not sure how to do this drop in a ticklet to the helpdesk and we'll be happy to help