Go to your .htaccess file then add the following lines
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Need more clarification on this matter write to us via ssl@hostnasi.com
Go to your .htaccess file then add the following lines
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Need more clarification on this matter write to us via ssl@hostnasi.com
You must be logged in to post a comment.