Skip to content

Instantly share code, notes, and snippets.

@kloneets
Last active August 29, 2015 14:03
Show Gist options
  • Save kloneets/a55cc4e72494a0a27bfd to your computer and use it in GitHub Desktop.
Save kloneets/a55cc4e72494a0a27bfd to your computer and use it in GitHub Desktop.
#.htaccess for CI projects
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment