php - How to determine where a redirect to https is occurring -


i working on site that, when accessed via http, gets auto redirected https. we're trying determine occurring. far we've looked in following places:

  • .htaccess
  • in apache in httpd.conf
  • in php file of test page wrote (site.com/test.php)

i'm thinking there other conf file in apache redirect stuff occurring..

where else should look?

i have had same exact problem before. did take in vhost file(s)?

usually stored in /etc/httpd/conf/vhosts/

my bet have general rule redirect such www.google.com/cars/* redirect https.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -