Skip to content

Instantly share code, notes, and snippets.

@joshmut
Created February 26, 2015 13:02
Show Gist options
  • Save joshmut/b1cf86e0a5fdef1cf9db to your computer and use it in GitHub Desktop.
Save joshmut/b1cf86e0a5fdef1cf9db to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment