Skip to content

Instantly share code, notes, and snippets.

@kapowaz
Created October 7, 2009 13:39
Show Gist options
  • Save kapowaz/204025 to your computer and use it in GitHub Desktop.
Save kapowaz/204025 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?url=$1 [L,QSA]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment