We don't born with knowledge, we gain from experience.
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