Jump to content

How to fully switch Prestashop 1.5 to ssl


rethus

Recommended Posts

How can I switch Prestashop 1.5 fully to https?

I use it as multishop and installed an SSL-Certificate for the domains.
But some Content is still http based. Even like the Link into the cart.

Is there an tutorial how to switch the whole 1.5 to https?

For sure, I could force it via htaccess like this:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^myDomain.de
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

But isn't there a clean way to change all internal page-links to https?

Edited by rethus (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...