Skip to content

Instantly share code, notes, and snippets.

@anandkunal
Created October 12, 2011 00:01
Show Gist options
  • Select an option

  • Save anandkunal/1279832 to your computer and use it in GitHub Desktop.

Select an option

Save anandkunal/1279832 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond $1 !^(index\.php)
RewriteRule ^(.*)$ index.php/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment