-
If you're able to edit your .htaccess file add these few lines and it should fix your problem.
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://yoursite.com/$1 [R,L]
If you're able to edit your .htaccess file add these few lines and it should fix your problem.
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://yoursite.com/$1 [R,L]