dijkr / Copia

Laravel-project with CMS
0 stars 0 forks source link

Search function results into an 404 at product-detail page #27

Closed dijkr closed 7 months ago

dijkr commented 1 year ago

http://10.10.20.46:8000/product/{product} results into an 404 HTTP-response. For all other pages, the searchfunction works as intended.

dijkr commented 1 year ago

It happens when the URL has more then one depth from the root.

dijkr commented 7 months ago

Solved by adding a forward slash in front of zoekresultaten <form method="POST" class="type-1" action= '/zoekresultaten'>