Skip to content

Instantly share code, notes, and snippets.

@akroii
Created May 24, 2017 12:50
Show Gist options
  • Select an option

  • Save akroii/af374b9324a0c84924934a717726c96e to your computer and use it in GitHub Desktop.

Select an option

Save akroii/af374b9324a0c84924934a717726c96e to your computer and use it in GitHub Desktop.
million dollar htaccess
RewriteBase /
RewriteCond %{THE_REQUEST} \.html
RewriteRule ^(.*)\.html$ /$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment