Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save beweinreich/3136695 to your computer and use it in GitHub Desktop.
Save beweinreich/3136695 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