Skip to content

Instantly share code, notes, and snippets.

@cloudwales
Created December 8, 2013 21:58
Show Gist options
  • Save cloudwales/7864432 to your computer and use it in GitHub Desktop.
Save cloudwales/7864432 to your computer and use it in GitHub Desktop.
Htaccess for icuk
RewriteEngine on
RewriteBase /
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