I have securepages installed. I want to redirect a visitor to a secure checkout when they begin the checkout process.

In securepages, I set checkout/* to be redirected to https://

only problem is now when an anonymous user goes to checkout, they get a 404 error.

Any tips to work around this?

Comments

tvilms’s picture

Well, this worked for me, as it turns out.

http://drupal.org/node/1286942

I needed to add $conf['https'] = TRUE; to the settings.php file

bennybobw’s picture

Status: Active » Closed (works as designed)

Setting status to closed

gianlucarossi’s picture

Issue summary: View changes

$conf['https'] = TRUE; is not the solution, i have the same problem