Yea, in the Apache settings (Or whatever server program your computer/website uses) there is a setting that basicly says which file to go to if you just go to a directory.
If this is on your computer/server, and you have Apache as your server program, go to Apache/Conf/httpd.conf and search for:
CODE
DirectoryIndex
The line should be something like
CODE
DirectoryIndex index.html index.php
To add another file to search for, just hit space and type in the filename and extension, for instance, if I wanted to add index.py, I would put
CODE
DirectoryIndex index.html index.php index.py
I believe it searches for the first file/extention first, then the next if it can't find it, but I'm not sure. So if there was a index.php and an index.html in a folder, this would show the index.html, not index.php. I think.
If it isn't your server/computer or your using a different program, then try to find the equivlant in your programs settings or contact your webmaster.
[right][snapback]462044[/snapback][/right]