Secure Pages was insisting on providing a secure front page when the url was a subdomain (mydomain.domain.com). I even tried putting in the ignore list.

I ended up changing line 407 of securepages.module from

if ($secure) {

to

if ($secure && $_GET['q']!='') {

which resolved the issue, though I'm sure that there's probably a better place to handle it upstream.

Comments

Anonymous’s picture

I'll setup a subdomain on my local server over the weekend and see if i can reproduce your problem .

Best,
Paul Booker
Appcoast

grendzy’s picture

Status: Active » Closed (duplicate)