X
X

Select Your Currency

kz kwanza Angolano $ US Dollar Euro

How to force SSL with .htaccess?

How to force SSL with .htaccess?

To force the HTTPS connection on your website, add the following lines inside the website’s .htaccess file:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Can't find the information you are looking for?

Create a Support Ticket
Did you find it useful?
(202 times viewed / 0 people found it helpful)
Top