PDA

View Full Version : index.html and index.php


KamaolaKid
6-21-03, 01:09 AM
Is it possible to change the order of precidence(sp?) for index.html and index.php? I would like for .php to override .html but it does not appear to be doing so.

(jj)
6-21-03, 01:24 AM
Adding this line to your .htaccess file in the root of your htdocs folder would change the priority for "index":

DirectoryIndex index.php index.html index.htm

If you don't have a .htaccess file there is a tutorial at the User Help (http://help.powweb.com/) site.

KamaolaKid
6-21-03, 02:28 AM
Thanks!
That was easy. I didn't know .htaccess could be used for that. I thought it was only for directory permissions and such. That is a good thing to know!