Quote:
|
Originally Posted by Sesshoumaru-Sama
|
I came across this code elsewhere so I've not tried it and it might need some tweaking I'd guess.
[code:1:eb4b7378db]RewriteEngine on
RewriteCond %{HTTP_HOST} ^yourdomain\.com
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L][/code:1:eb4b7378db]
Trev