Report this

What is the reason for this report?

Redirect Issue on POSY URL

Posted on October 24, 2018

I have a laravel based application deployed using Deployer at http://dohlapse.clients.monstermediagroup.com/en/auth/login if you use any thing to login you notice that you see a “redirecting” page on POST submission. I’m not sure why this is happen( even with correct credentials i am not able to login because I’m being redirected) I placed the same project on another host server http://dohlapse.tryfcomet.com/auth/login and everything works fine( dummy or correct credentials).

Does my apache setup have anything to do with the “redirect”? does having the public document root as a symlink have any affect on it?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

As far as I can see the form method is set to POST so this should work. Maybe try checking your Apache logs for some errors. Also check your Apache and PHP modules on the two systems and make sure that they match, to do that you can run:

apachectl -M

And

php -m

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.