Skip to content

Instantly share code, notes, and snippets.

@mrfratello
Created April 15, 2017 07:23
Show Gist options
  • Save mrfratello/631c56ebeadba32b126cbc83d11768fe to your computer and use it in GitHub Desktop.
Save mrfratello/631c56ebeadba32b126cbc83d11768fe to your computer and use it in GitHub Desktop.
apache options for MVC on PHP
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?route=$1 [L,QSA]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment