Forums
(@rivet0r)
12 years, 3 months ago
Using this below:
RewriteEngine on rewritecond %{http_host} ^mysite.com [nc] rewriterule ^(.*)$ https://www.mysite.com/$1 [r=301,nc]