Skip to content

Instantly share code, notes, and snippets.

@asonge
Created November 16, 2014 18:58
Show Gist options
  • Save asonge/c64435e28e310cc5665d to your computer and use it in GitHub Desktop.
Save asonge/c64435e28e310cc5665d to your computer and use it in GitHub Desktop.
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