Skip to content

Instantly share code, notes, and snippets.

@chrisatomix
Created September 11, 2014 05:29
Show Gist options
  • Save chrisatomix/487730bd7581f6ed048f to your computer and use it in GitHub Desktop.
Save chrisatomix/487730bd7581f6ed048f to your computer and use it in GitHub Desktop.
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^(.*)index.php$ /$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment