<IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine on # Redirecting http to https RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://www.mydomain.com/ [R=301,L] </IfModule>
Jump To Top of Thread