Upgraded to SSL and site stopped working

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hello

I've just added a SSL cert to my site, and a .htaccess file (I run Helicon Ape) to redirect all http:// urls to https://

RewriteCond %{HTTPS} !on [NC]
RewriteRule (.*) https\://%{SERVER_NAME}/$1 [R=301]

(the same rule is working correctly on multiple other sites)

However on my Nop Commerce site www.caplamps.co.uk I'm not getting the error too many redirects.

Admin works and I've changed the store URL to https://

I'm guessing this is something to do with Nop Commerce's own internal redirecting?

Has anybody successfully done both upgrading hosting to https:// and 301 redirected all their http:// urls to https://

Thanks,
Simon
7 years ago
Sorry, found the problem.

Needed to set securitysettings.forcesslforallpages to True
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.