Skip to content

Instantly share code, notes, and snippets.

Created April 29, 2013 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7da8eb84cbb2b551f0b1 to your computer and use it in GitHub Desktop.
Save anonymous/7da8eb84cbb2b551f0b1 to your computer and use it in GitHub Desktop.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteCond %{REQUEST_URI} [A-Z]
RewriteRule . ${lc:%{REQUEST_URI}} [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment