On Mon, 21 Feb 2011 10:32:19 +0100, Daniel Londero <daniel.lond...@gmail.com> wrote: > Hi all, is it possible to set a custom web_dir folder for a Symfony2 > project? I haven't found nothing about that in the docs, nor on > google... > > Thanks > Daniel >
It is possible as the core does not even know the path to the web folder. This is the reason why it is an argument of the assets:install command. Just take care to have the good path to the kernel in your front controller. If you use Assetic you will also have to give the path to the web folder in the assetic config. -- Christophe | Stof -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en