Skip to content

Instantly share code, notes, and snippets.

@bmcculley
Created May 10, 2014 01:59
Show Gist options
  • Save bmcculley/cefd138f918f669e4fce to your computer and use it in GitHub Desktop.
Save bmcculley/cefd138f918f669e4fce to your computer and use it in GitHub Desktop.
Remove php extension htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php [NC,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment