X
X
X
X

Knowledge Base

HomepageKnowledge BaseServer/VPS/VDShttp to https SSL Forwarding

http to https SSL Forwarding

To redirect http links to https, you can use the following code by adding it to .htaccess;

RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Can't find the information you are looking for?

Create a Support Ticket
Did you find it useful?
(43 times viewed / 5 people found it helpful)

whatsapp
Top