Skip to content

Instantly share code, notes, and snippets.

@edysegura
Created November 10, 2015 19:57
Show Gist options
  • Save edysegura/9eb6bbab2e91c960140f to your computer and use it in GitHub Desktop.
Save edysegura/9eb6bbab2e91c960140f to your computer and use it in GitHub Desktop.
An rewrite configuration to index.php
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