Skip to content

Instantly share code, notes, and snippets.

@mssoylu
Created December 4, 2017 22:11
Show Gist options
  • Save mssoylu/b8112f1d010ea7c81b30c7a978e617a5 to your computer and use it in GitHub Desktop.
Save mssoylu/b8112f1d010ea7c81b30c7a978e617a5 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
#RewriteBase /path/to/app
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment