Skip to content

Instantly share code, notes, and snippets.

@dbox
Created June 6, 2015 02:55
Show Gist options
  • Save dbox/e5b87632ae2d670d224a to your computer and use it in GitHub Desktop.
Save dbox/e5b87632ae2d670d224a to your computer and use it in GitHub Desktop.
.htaccess URL rewrites
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