On Thu, 2 Jul 2009, Felipe Hummel wrote: > That leads to my first question. So I can't have both /var/www and my > symfony directory (like /home/felipe/symfony) accessible from > localhost. Right? > > So I can put my symfony project in /var/www/myproject. But I know > there are some security problems. Is there a way to overcome them? > Like the databases.yml?
Normally, you would make the web folder in your symfony project be the DocumentRoot for the vhost, so only your front controllers, images and css/js should be visible to the web. -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
