Skip to content

Instantly share code, notes, and snippets.

@srttk
Created August 28, 2013 07:25
Show Gist options
  • Save srttk/6363066 to your computer and use it in GitHub Desktop.
Save srttk/6363066 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment