Skip to content

Instantly share code, notes, and snippets.

@pastranastevenaz
Created September 2, 2017 15:48
Show Gist options
  • Select an option

  • Save pastranastevenaz/f7d0e5bb7b6c559aaa26694755d6a2e2 to your computer and use it in GitHub Desktop.

Select an option

Save pastranastevenaz/f7d0e5bb7b6c559aaa26694755d6a2e2 to your computer and use it in GitHub Desktop.
htacces to remove index.html
RewriteEngine On
RewriteRule ^index\.html$ / [R=301,L]
RewriteRule ^(.*)/index\.html$ /$1/ [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment