Skip to content

Instantly share code, notes, and snippets.

@Stichoza
Last active October 12, 2015 01:48
Show Gist options
  • Save Stichoza/3952921 to your computer and use it in GitHub Desktop.
Save Stichoza/3952921 to your computer and use it in GitHub Desktop.
HTAccess RewriteEngine (Handle URLs)
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /controller.php [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment