Skip to content

Instantly share code, notes, and snippets.

@apphp
Created February 3, 2014 09:43
Show Gist options
  • Select an option

  • Save apphp/8781056 to your computer and use it in GitHub Desktop.

Select an option

Save apphp/8781056 to your computer and use it in GitHub Desktop.
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:
Source: http://www.apphp.com/index.php?snippet=htaccess-different-directory-index-page#null
*/
# Sample 1:
DirectoryIndex index2.html
# Sample 2:
DirectoryIndex index2.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment