Skip to content

Instantly share code, notes, and snippets.

@IOIO72
Created May 28, 2019 07:53
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 IOIO72/53f01cf4ef3f3856ca06368300bc25dc to your computer and use it in GitHub Desktop.
Save IOIO72/53f01cf4ef3f3856ca06368300bc25dc to your computer and use it in GitHub Desktop.
Remove `.html` from request.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} /.*\.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