Skip to content

Instantly share code, notes, and snippets.

@freddielore
Created June 4, 2015 02:14
Show Gist options
  • Save freddielore/a82c7530fff0bd581a6a to your computer and use it in GitHub Desktop.
Save freddielore/a82c7530fff0bd581a6a to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteBase /
RewriteRule .* - [E=noabort:1]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment