Skip to content

Instantly share code, notes, and snippets.

@dwaghmare
Forked from jacobbednarz/gist:2755240
Last active August 29, 2015 14:21
Show Gist options
  • Save dwaghmare/0bd7a01f1ed588e379b3 to your computer and use it in GitHub Desktop.
Save dwaghmare/0bd7a01f1ed588e379b3 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment