Translate

Saturday, May 3, 2014

root .htaccess file for symfony

Change the example.com with your domain.
<IfModule mod_rewrite.c>
    RewriteCond %{HTTP_HOST} ^example.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www.example.com$
    RewriteRule ^(.*)$ /symfony_project/web/$1
</IfModule>

No comments:

Post a Comment