Skip to content

Instantly share code, notes, and snippets.

@arirah
Created March 2, 2015 12:17
Show Gist options
  • Save arirah/f1ce47c496f6683ace61 to your computer and use it in GitHub Desktop.
Save arirah/f1ce47c496f6683ace61 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
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