Forum Moderators: open

Message Too Old, No Replies

How do you make your homepage

         

froghat

8:42 pm on Mar 17, 2006 (gmt 0)

10+ Year Member



say my website is www.mywebsiterules.com How do I make sure my main page (file main.html) pops up when I type that address in? Do I rename it index.html? I haven't made a website in a long time. Need some help! Thanks!

Birdman

9:08 pm on Mar 17, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yes, you should be able to rename it to index.html

Or, you can create/edit your .htaccess file to include this:

DirectoryIndex [httpd.apache.org] main.html

froghat

9:44 pm on Mar 17, 2006 (gmt 0)

10+ Year Member



k thanks