Different Directory Index Page in .htaccess


/ Published in: PHP
Save to your folder(s)

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:


Copy this code and paste it in your HTML
  1. # Sample 1:
  2. DirectoryIndex index2.html
  3.  
  4. # Sample 2:
  5. DirectoryIndex index2.php

URL: http://www.apphp.com/index.php?snippet=htaccess-different-directory-index-page

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.