Skip to content

Instantly share code, notes, and snippets.

@tinnguyenz
Created October 15, 2011 06:45
Show Gist options
  • Save tinnguyenz/1289164 to your computer and use it in GitHub Desktop.
Save tinnguyenz/1289164 to your computer and use it in GitHub Desktop.
htaccess config CI
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/system.*
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment