SyntaxFix
Write A Post
Hire A Developer
Questions
I found out that this worked for me. First copy this code in the .htaccess file.
.htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule>