Skip to content

Instantly share code, notes, and snippets.

@artagnon
Created December 30, 2016 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artagnon/55aa8b050332b27b737f2552290aa750 to your computer and use it in GitHub Desktop.
Save artagnon/55aa8b050332b27b737f2552290aa750 to your computer and use it in GitHub Desktop.
Options +FollowSymLinks -MultiViews
DirectorySlash Off
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME}/ -d
RewriteCond %{SCRIPT_FILENAME}.html !-f
RewriteRule [^/]$ %{REQUEST_URI}/ [R=301,L]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^(.+)\.html$ /$1 [R=301,L]
RewriteCond %{SCRIPT_FILENAME}.html -f
RewriteRule [^/]$ %{REQUEST_URI}.html [QSA,L]
ErrorDocument 404 /404
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment