Skip to content

Instantly share code, notes, and snippets.

@habibun
Created January 8, 2016 17:55
Show Gist options
  • Save habibun/15b5ca41c7f921108f6a to your computer and use it in GitHub Desktop.
Save habibun/15b5ca41c7f921108f6a to your computer and use it in GitHub Desktop.
Symfony2 shared hosting htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /web/$1 [QSA,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment