Is there anyway to change the directory index for my website?

If you want your directory index page to be different then the normal index.html, index.htm, or index.php you can utilize the .htaccess file.

Just simply add the below code into your .htaccess file.


'DirectoryIndex filename.html'
  • 1560 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

register_globals is disabled in php.ini, please enable it

For the security of the server register_globals has been disabled. However you can change this...