WebSite X5Help Center

 
X5 Croatia
X5 Croatia
User

Http:// to https://  en

Auteur : X5 Croatia
Visité 2345, Followers 1, Partagé 0  

Can you make in the aplication that link's are converted from http to https, my hosting provider say that every link must have a https://in front of every link. I'm just asking, because my server is a certificate protected...

Posté le
8 RéPONSES - 1 UTILES
X5 Croatia
X5 Croatia
User
Auteur

This is not working at all...

Lire plus
Posté le de X5 Croatia
Serg Linds
Serg Linds
User

See this theme!

Lire plus
Posté le de Serg Linds
X5 Croatia
X5 Croatia
User
Auteur

I answer. Not working at all...

Lire plus
Posté le de X5 Croatia
JJ. JUAG
JJ. JUAG
User

Not working at all?
Please give for more information.
Your comment is too general.

JJ.

Lire plus
Posté le de JJ. JUAG
Bjorn Andreassen
Bjorn Andreassen
User

I use this in htaccess-file

BEGIN VALIDATE SSL
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^.well-known/pki-validation/fileauth.htm$ validate-ssl.txt [END]
</IfModule>
# END VALIDATE SSL
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mydomain\.no [NC]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI}

Change mydomain\.no to your domain

Lire plus
Posté le de Bjorn Andreassen
Bjorn Andreassen
Bjorn Andreassen
User

Only change mydomain and no

Lire plus
Posté le de Bjorn Andreassen