Hi friends today am going to teach u why our site does not go to https automatically even ssl installed on our site watch and follow the steps to recover this problem.
code for .htaccess file : RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
No comments:
Post a Comment