Closed archistico closed 3 years ago
In your layout.htm or container html page, do you have a <base href="https://www.example.com/">
? Either that or can you show what is actually rendered in your src
attribute? It also might be helpful to see how your routes are laid out.
Perfect resolved
I code with fat-free-framework and I try use this structure
composer.json
my .htaccess in folder public with index.php is:
home.htm
when my route is "site.com/controller" logo is ok when I have "site.com/contoller/action" logo not found
I have this error: [404]: GET /controller/images/logo.png - No such file or directory
Why F3 find my public/image/logo.png in controller/ ?