404 when visiting blog and images - weird path
I have a laravel application hosted using xampp (localhost)
when I visit my admin dashboard of twill cms it works: http://localhost/monitor/public/admin I can generate blogs
when I visit eg a image
http://localhost/monitor/img/c5abc..../images2.jpg I get a 404
or when i visit a blog: http://localhost/monitor/en/blogs/test I also get a 404. when i tried to locally change the url:
http://localhost/monitor/public/en/blogs/free i still get a 404.
I followed following tutorial:https://twillcms.com/tutorials 7.min cms
Twill
Tutorials — Twill
Rapidly create a custom admin console that is intuitive, powerful and flexible. Twill is an open source CMS toolkit for Laravel, crafted by AREA 17.
1 Reply
What does your
routes/web.php
file look like?