htaccess question about DirectoryIndex....
I have my an htaccess in my main directory that has
DirectoryIndex start.php
but I just realized that it is also using that rule for any directory inside that main directory...so any folder within the main is looking for start.php
how do I tell it just to use start.php for that one single folder and not all the subfolders?
|