Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jopfre/233c51b660cbb50ae5c03b0718515dc3 to your computer and use it in GitHub Desktop.
Save jopfre/233c51b660cbb50ae5c03b0718515dc3 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^(.*)$ $1.html [NC,L]
DirectoryIndex index.html index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment