/ Published in: PHP
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:
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# Sample 1: DirectoryIndex index2.html # Sample 2: DirectoryIndex index2.php
URL: http://www.apphp.com/index.php?snippet=htaccess-different-directory-index-page