Skip to content

Instantly share code, notes, and snippets.

@j26design
Last active February 2, 2016 05:20
Show Gist options
  • Save j26design/2b604fc82b26353e8c97 to your computer and use it in GitHub Desktop.
Save j26design/2b604fc82b26353e8c97 to your computer and use it in GitHub Desktop.
Remove .html file extension
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment