Mobile app version of vmapp.org
Login or Join
Si4351233

: If you just want home.php to be the directory index (as opposed to the usual index.php, etc), you don't need the overhead of mod_rewrite to do it: DirectoryIndex home.php index.php index.html

@Si4351233

If you just want home.php to be the directory index (as opposed to the usual index.php, etc), you don't need the overhead of mod_rewrite to do it:

DirectoryIndex home.php index.php index.html // and so on


It works in directory .htaccess files too, if you want to maintain a different default elsewhere. More details via mod_dir.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Si4351233

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme