Forcing https (ssl) on .htaccess file

Forcing https (ssl) on .htaccess file

Go to your .htaccess file then add the following lines RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] Need more clarification on this matter write to us via ssl@hostnasi.com