WebSite X5Help Center

 
X5 Croatia
X5 Croatia
User

Http:// to https://  en

Autor: X5 Croatia
Visitado 2344, Seguidores 1, Compartilhado 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...

Publicado em
8 RESPOSTAS - 1 ÚTIL
JJ. JUAG
JJ. JUAG
User

Please ensure that the "URL of the website" is entered with "https://" in the project under "1 Settings".

If the page was previously published with http:// , you should install a redirection in .htaccess.
https://www.ndchost.com/wiki/apache/redirect-http-to-https

JJ.

Ler mais
Publicado em de JJ. JUAG
X5 Croatia
X5 Croatia
User
Autor

This is not working at all...

Ler mais
Publicado em de X5 Croatia
Serg Linds
Serg Linds
User

See this theme!

Ler mais
Publicado em de Serg Linds
X5 Croatia
X5 Croatia
User
Autor

I answer. Not working at all...

Ler mais
Publicado em de X5 Croatia
JJ. JUAG
JJ. JUAG
User

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

JJ.

Ler mais
Publicado em 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

Ler mais
Publicado em de Bjorn Andreassen
Bjorn Andreassen
Bjorn Andreassen
User

Only change mydomain and no

Ler mais
Publicado em de Bjorn Andreassen