Symfony homepage not displaying image
I created a Symfony project and I can access it from a web browser but it doesn't display any images.
I get this instead "If yo开发者_StackOverflow社区u see no image in this page, you may need to configure your web server so that it gains access to the symfony_data/web/sf/ directory."
Just create a symbolic link named "sf" in your DocumentRoot that links to SF_DIR/data/web/sf. Hope this helps.
It's trying to load the common images from the symfony installation itself.
To make this work you'll need update your virtual host entry or make a symlink
精彩评论