Skip to content

Instantly share code, notes, and snippets.

@derekr
Created December 8, 2008 20:10
Show Gist options
  • Save derekr/33591 to your computer and use it in GitHub Desktop.
Save derekr/33591 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteOptions MaxRedirects=50
LimitInternalRecursion
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ /index.php [NC,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment