PDA

View Full Version : htaccess query


ajc
08-29-2001, 07:41 PM
Can I add some line to the htaccess file to make index.php load in preference to index.html. I need to have both in the same directory, but want the php file to load by default.

Anyone know what the syntax is ?

Allen

clio360
08-29-2001, 08:12 PM
DirectoryIndex index.php

put it in your parent and all your subdirectories will act accorinding. :)