symfony1 - Error getting images to show up in Symfony 1.4.8 -


Note: It was difficult to determine whether it was here or serverfault, but it looks like a programming problem So, it's out of place, feel free to migrate it.

I downloaded the sandbox 1.4.8 sandbox and copied the files to my webserver. Unfortunately, when I try to use / symfony / sf_sandbox / web / (where I have installed it), I get the following:

alt text

It looks like the images are not showing. According to the text:

If you do not see any image in this page, then you may need to configure your web server so that it is sent to symfony_data / web / sf / < / Code> directory

However, when I try to locate the folder referenced above, it does not exist:

 sf_sandbox Web CSS / Image / JS / Upload / Frontend_dev.php index.php robots.txt 

As you can see, there is no sf / directory under web / what do I do Am I wrong?

Note: I'm installing it on Ubuntu 10.04 64-bit using Apache.

All images are located in the Symphony source directory.

I try to create a symbolic link in the web folder named sf : lib \ vendor \ symfony \ data \ web \ sf

There must be access to the necessary pictures at that point.


Comments