2010/5/14 Javier Garcia <[email protected]>: > Hi, > > I've some browsers installed in VirtualBox/Windows XP, and I can not see the > images of my web app, neither the images in 'uploads' directory or the > images of the debug toolbar. > > I'm accesing local apache web server through 10.0.2.2/project_root.
VirtualHost configuration? You are accessing project through ip address. There are some directives in virtual host like Alias /sf /usr/share/pear/data/symfony/web/sf that points to symfony dirs. You need to add project address to your Windows c:\Windows\System32\drivers\etc\hosts file - something like 10.0.2.2 <project name from virtual host here> Regards, Michal > > I executed 'project:permissions'. > > Any idea? > > -- > Javi > > Ubuntu 8.04 - Symfony 1.3 > > -- > 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 [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 > -- 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 [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
