PDA

View Full Version : somewhere along the lines i screwed up ...



JFreed
06-25-2007, 02:04 PM
i know this is a dumb mistake, but i can't figure it out.

i built some pages in Dreamweaver and uploaded them.
the first page i want viewers to see when they type in my URL i named intro.html.
now when you type in the URL you get my parent directory; it is only when you type in my URL and add /intro do you get the page i want.
how do i designate that intro.html page to be the one viewers automatically see when they type in my URL?
thanks for your help.

www.a1-designer.com

Collin1000
06-25-2007, 03:16 PM
I think its supposed to be index.html that they see as the home page, not intro.


Rename the file to index.html, Ctrl+F5, and it should show them that instead. :D

NikolaP
06-28-2007, 07:37 AM
Collin is right, you could just rename the file to index.htm or index.html.

Also there is another solution - to define the intro.html file as an index page. In order to do so, just modify the .htaccess and insert the following line within:

DirectoryIndex index.html index.htm index.php index.phtml index.shtml intro.html