Skip to content

Instantly share code, notes, and snippets.

@gblnovaes
Created March 21, 2015 17:04
Show Gist options
  • Save gblnovaes/a741a87f8c7728da0c37 to your computer and use it in GitHub Desktop.
Save gblnovaes/a741a87f8c7728da0c37 to your computer and use it in GitHub Desktop.
.htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php [QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment