Skip to content

Instantly share code, notes, and snippets.

@mbmccormick
Created April 2, 2013 20:48
Show Gist options
  • Save mbmccormick/5296035 to your computer and use it in GitHub Desktop.
Save mbmccormick/5296035 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment