I have set up a webshop in PS Cloud, added my own domain name, bought an SSL certificate to it, enabled SSL in the shop config, etc.
Everything in regards to the certificate actually seems to work as it should:
I can enter https://www.somedomain.dk and the connection will be SSL encrypted, but when I enter www.somedomain.dk (without https) it doesn't redirect to https.
Someone told me how to fix this by adding these two lines to the htaccess file:
RewriteCond %{HTTPS} off
But that just gave me a ERR_TOO_MANY_REDIRECTS error instead.
According to PrestaShop's support team this is an error relating to multi shop & SSL in combination, and they asked me to report it to their bug tracker. I did so 2 weeks ago, but the case has just been set to "in progress" and nothing seems to happen.
Can it really be true that no one else has a PS Cloud multi-shop solution with fully functioning SSL?
I will be most grateful if anyone can help me solve the problem.
Question
MrsBor
RewriteCond %{HTTPS} off
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now