I am working on a site that, when accessed via http, gets auto redirected to https. We’re trying to determine where this is occurring. So far we’ve looked in the following places:
.htaccess- in apache in the
httpd.conf - in the php file of a test page we wrote (site.com/test.php)
I’m thinking there could be some other conf file in apache that this redirect stuff would be occurring..
where else should I look?
Since the sites are served by a load balancer, it turns out that the redirect to https logic was actually being implemented at the load balancer level.