Skip to content

Instantly share code, notes, and snippets.

@aramirez-es
Created October 22, 2013 20:10
Show Gist options
  • Save aramirez-es/7107288 to your computer and use it in GitHub Desktop.
Save aramirez-es/7107288 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