Has anyone had any weird experience on Digital Ocean using apache where POST routes keep getting redirected back to the home page?

hey guys ,has anyone had any weird experience on Digital Ocean using apache where POST routes keep getting redirected back to the home page?
I have this website http://dohlapse.clients.monstermediagroup.com/en and for the life of me can't figure out WHY when entering a search parameters in the "check my account" search area it just redirects back to the home page . This happens for other post areas of the website
the thing about it is that it works perfectly on my local dev server.
is it the .htaccess? is it the localization middleware? does it have to do with caching?
You already invited:

sam

Upvotes from:

seams like simple problem you just have to debug it properly,
Try returning view or response from the route file.
Push route from any middleware you have,
At the apache end check the error and access log and please make sure you have mod_rewrite on.
Check your htaccess.
You can also try using laravel serve command for serving your application.
Check laravel logs

If you wanna answer this question please Login or Register