I'm working in a admin bundle but the css/js is not working. http://d.pr/i/UJHo
From the print, bootstrap js/css came from external domain, I tried to call a local bundle file but I got the error. My htaccess is unchanged from original laravel: http://d.pr/i/VWua
- In my apache sites-avaible, my virtualhost is aparently correct http://d.pr/i/CBXO
My style.css already have the right permission and already exists:
$tree public/bundles/admin public/bundles/admin └── css └── style.css
Tip: When I access http://domain/img/bg.png
that's works, but not when I try http://domain/images/bg.png