WebSite X5Help Center

 
X5 Croatia
X5 Croatia
User

Http:// to https://  en

Author: X5 Croatia
Visited 2336, Followers 1, Shared 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 ANSWERS - 1 USEFUL
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.

Read more
Posted on the from JJ. JUAG
X5 Croatia
X5 Croatia
User
Author

This is not working at all...

Read more
Posted on the from X5 Croatia
Serg Linds
Serg Linds
User

See this theme!

Read more
Posted on the from Serg Linds
X5 Croatia
X5 Croatia
User
Author

I answer. Not working at all...

Read more
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.

Read more
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

Read more
Posted on the from Bjorn Andreassen
Bjorn Andreassen
Bjorn Andreassen
User

Only change mydomain and no

Read more
Posted on the from Bjorn Andreassen