Fontawesome fonts fail after assets:install and assetic:dump
I'm trying to setting up a site I'm working on at shared hosting and all works fine but FontAwesome icons since Symfony does not find them where they should be. I follow this steps to move the site to production shared hosting: Publish assets as hard copy since SH doesn't allow symlink so I run this command assets:install Publish assets handled by Assetic by running this commands: assetic:dump (dev) and assetic:dump --env=prod (prod) But it's not working since I'm getting this errors at Firebug all the time: "NetworkError: 404 Not Found - http://tanane.com/bundles/backend/img/mybg.png"