Skip to content

Instantly share code, notes, and snippets.

@caioerick
Created October 21, 2013 00:02
Show Gist options
  • Save caioerick/7076843 to your computer and use it in GitHub Desktop.
Save caioerick/7076843 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?url=$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment