I read a similar post from someone who was having trouble figuring out where his redirect was occurring.
The main places that he checked were:
.htaccess
in apache in the httpd.conf
in the php file of a test page we wrote (site.com/test.php)
I am having a similar problem. He found the solution on his own, but it does not apply to me. I also tried some of the other suggestions such as /etc/httpd/conf/vhosts/ to no avail.
I have a script /shop/login.php that is throwing out a 302 redirect every time I try to access it.
I have checked the main places listed above, and cannot for the life of me figure out where this redirect is set up.
Any ideas on how I can figure this out?
I found the problem. There were several redirects. The routes, the actions, the php code…
I had to follow the maze until it was all untangled.
Sorry for asking a question that probably nobody could answer without having access to the entire site. I didn’t realize that it would be that difficult.
Thanks all for your help!