Skip to content

Instantly share code, notes, and snippets.

@boo1ean
Created October 28, 2013 21:13
Show Gist options
  • Save boo1ean/7204802 to your computer and use it in GitHub Desktop.
Save boo1ean/7204802 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment