Yikes.
Bed time for me, but I recommend using a HTTP header checker and a test directory before making a new .htaccess live.
This is what I use:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain\.com [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301]
(Yeah, www and non-www are backwards for you).
__________________
Success is going from failure to failure without a loss of enthusiasm.
|