1
I have the following code: <link rel="stylesheet" href="css/v1.css">
, but the page does not load it. When inspecting element appears the following error:
As the image shows, it comes with the link: http://localhost/naslojas/css/v1.css, but if I add the public at the url: http://localhost/naslojas/public/css/v1.css, works normal.
This is happening with more than one file and with images as well. I was told that I would need to configure the hosts of shaman and of windows, but I have no idea how to do that and whether this is really the solution.
How can I solve this problem?