Skip to content

Instantly share code, notes, and snippets.

@mythril
Created June 15, 2013 20:36
Show Gist options
  • Save mythril/5789515 to your computer and use it in GitHub Desktop.
Save mythril/5789515 to your computer and use it in GitHub Desktop.
hyper trivial mod_rewrite rules
RewriteEngine On
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