Webserver redirect loop but only on Document root...?
Have been scratching my head for most of today…
The setup is rather simple. LAMP, a couple of virtual hosts…
Trying to force https on the entire site and as soon as I add any form of redirect or rewrite I get a loop…
Looks like my https calls are directed to http even though I can not see any config for that anywhere. So if I add the https redirect the loop occurs.
Looks like this does not apply when I call particular files form my Document root.
So there is temporary redirect but where the hell is it defined???
Really counting on your insight.
5 Replies
Found something in magento database where the base url can be specified.
Changed the secure url to https and bingo! no loop!!!!
You have:
link href="
It should be:
link href="
Thanks for your help!