Skip to content

Instantly share code, notes, and snippets.

@jacobbednarz
Created May 20, 2012 06:13
Show Gist options
  • Save jacobbednarz/2755240 to your computer and use it in GitHub Desktop.
Save jacobbednarz/2755240 to your computer and use it in GitHub Desktop.
Removed file extensions using .htaccess
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