I have a photo gallery extension from a 3rd party in my Magento 1.8.1
Somehow the extension keeps redirecting to the secure server.
eg,
Even if I type in …
http://mywebsiteaddress.com/index.ph…dex/show/cid/3
it goes to
https://mywebsiteaddress.com/index.p…dex/show/cid/3
Note the http redircting to https
My category pages, product pages and various other pages don’t do this ?
It’s only this Photo Gallery extension.
———————————————--
I cannot seem to get hold of the Photo Gallery developer.
I was curious if anyone here has seen cases of http:// being redirected to https://
or
perhaps you know which part of code in most 3rd party extensions have code that redirects to https://
or
perhaps what keyword I could search for in the entire extension files (eg, SSL, secure, https ?).
Thanks