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