Skip to content

Instantly share code, notes, and snippets.

@sh78
Created April 18, 2018 02:18
Show Gist options
  • Save sh78/62d021a762e6c3fc056b1deb20a502eb to your computer and use it in GitHub Desktop.
Save sh78/62d021a762e6c3fc056b1deb20a502eb to your computer and use it in GitHub Desktop.
Options +MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
RewriteRule ^([^\.]+)$ $1.html [NC,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment