Skip to content

Instantly share code, notes, and snippets.

@NeilHanlon
Created December 11, 2011 18:29
Show Gist options
  • Save NeilHanlon/1461962 to your computer and use it in GitHub Desktop.
Save NeilHanlon/1461962 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteBase /clients/israelandmenew/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php?|css|media|js|phpmyadmin|images|style|user_guide|robots\.txt|assets)
RewriteRule ^(.*)$ index\.php?/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment