Skip to content

Instantly share code, notes, and snippets.

@mbmccormick
Created October 15, 2010 16:59
Show Gist options
  • Save mbmccormick/628543 to your computer and use it in GitHub Desktop.
Save mbmccormick/628543 to your computer and use it in GitHub Desktop.
Remove .php extensions from website.
Options +FollowSymLinks
Options +Indexes
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^([^\.]+)$ $1.php [NC,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment