WebSite X5Help Center

 
X5 Croatia
X5 Croatia
User

Http:// to https://  en

Autor: X5 Croatia
Visited 2341, Followers 1, Udostępniony 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...

Posted on the
8 ODPOWIEDZI - 1 POMOCNY
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.

Czytaj więcej
Posted on the from JJ. JUAG
X5 Croatia
X5 Croatia
User
Autor

This is not working at all...

Czytaj więcej
Posted on the from X5 Croatia
Serg Linds
Serg Linds
User

See this theme!

Czytaj więcej
Posted on the from Serg Linds
X5 Croatia
X5 Croatia
User
Autor

I answer. Not working at all...

Czytaj więcej
Posted on the from X5 Croatia
JJ. JUAG
JJ. JUAG
User

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

JJ.

Czytaj więcej
Posted on the from 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

Czytaj więcej
Posted on the from Bjorn Andreassen
Bjorn Andreassen
Bjorn Andreassen
User

Only change mydomain and no

Czytaj więcej
Posted on the from Bjorn Andreassen