Support the ongoing development of Laravel.io →
posted 10 years ago
Security
Last updated 2 years ago.
0

You didn't show the link that you are clicking. It looks like you are using the relative path

<a href="store/cart">cart</a>

try

<a href="/finalecom/public/store/cart">cart</a>
Last updated 2 years ago.
0

You should let Laravel help you generate your links. Use full URLs where possible.

echo url('store/cart');
Last updated 2 years ago.
0

Thanks!

Last updated 2 years ago.
0
<a href="/store/cart">

one more / in front of store

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

gogs85 gogs85 Joined 15 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.