RE: removing the "index/" page
index page is the only one that has to be named a specific name: "index.html, index.php, index.html ..." or any other extension
all the other pages which are in the same directory dont need a specific file name
but if u have multiple folders:
/public_html/
index.html
blah.html
blah2.html
-/blah/
-index.html
-blah.html
-blah2.html
...
you need to have an index page in it if you want it to load it automatically when you go to www.site.com/blah
This post was edited on 01-21-2006 at 08:08 PM by Supersonicdarky.
|