Skip to content

Instantly share code, notes, and snippets.

@anikdas
Created March 23, 2015 17:59
Show Gist options
  • Select an option

  • Save anikdas/ca1bad8c1e1f2908d1d0 to your computer and use it in GitHub Desktop.

Select an option

Save anikdas/ca1bad8c1e1f2908d1d0 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