Skip to content

Instantly share code, notes, and snippets.

@louisbl
Created June 20, 2013 14:43
Show Gist options
  • Save louisbl/5823334 to your computer and use it in GitHub Desktop.
Save louisbl/5823334 to your computer and use it in GitHub Desktop.
Rewrite rule for silex/symfony
Options -MultiViews
RewriteEngine On
RewriteBase /website
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ web/$1 [QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment