Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Created September 11, 2013 12:20
Show Gist options
  • Save mrpatrick/6522766 to your computer and use it in GitHub Desktop.
Save mrpatrick/6522766 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php?request=$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment