Skip to content

Instantly share code, notes, and snippets.

@MrJoshFisher
Created May 17, 2021 15:02
Show Gist options
  • Save MrJoshFisher/ced8fcae13f78d8e090f2d698563e0a0 to your computer and use it in GitHub Desktop.
Save MrJoshFisher/ced8fcae13f78d8e090f2d698563e0a0 to your computer and use it in GitHub Desktop.
[Add .html to URLS]
RewriteEngine On
RewriteCond %{REQUEST_URI} !\.[a-zA-Z0-9]{3,4}
RewriteCond %{REQUEST_URI} !/$
RewriteRule ^(.*)$ $1.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment