Skip to content

Instantly share code, notes, and snippets.

@rskuipers
Last active December 22, 2015 13:19
Show Gist options
  • Save rskuipers/6478503 to your computer and use it in GitHub Desktop.
Save rskuipers/6478503 to your computer and use it in GitHub Desktop.
Boilerplate .htaccess
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment