You probably forgot a /
at the begin of you link.
If you are in page example.com/blog/category
and clicks on a link that href="blog/category/21/somecat" (without slash) will redirect to wrong path.
The correct should be href="/blog/category/21/somecat" (with slash at first position).
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community