Different Directory Index Page in .htaccess
We know that normally index.html or index.php is the default page for many servers,
when visitor types a directory without specifying a file name.
You can change this rule with .htaccess:
[View All Snippets]
[View All Snippets]
Show Plain Text »
- # Sample 1:
- DirectoryIndex index2.html
- # Sample 2:
- DirectoryIndex index2.php