WebSite X5Help Center

 
X5 Croatia
X5 Croatia
User

Http:// to https://  en

Автор: X5 Croatia
Просмотрено 2342, Подписчики 1, Размещенный 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...

Размещено
8 Ответы - 1 Полезно
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.

Читать больше
Размещено От JJ. JUAG
X5 Croatia
X5 Croatia
User
Автор

This is not working at all...

Читать больше
Размещено От X5 Croatia
Serg Linds
Serg Linds
User

See this theme!

Читать больше
Размещено От Serg Linds
X5 Croatia
X5 Croatia
User
Автор

I answer. Not working at all...

Читать больше
Размещено От X5 Croatia
JJ. JUAG
JJ. JUAG
User

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

JJ.

Читать больше
Размещено От 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

Читать больше
Размещено От Bjorn Andreassen
Bjorn Andreassen
Bjorn Andreassen
User

Only change mydomain and no

Читать больше
Размещено От Bjorn Andreassen