redirect blah.com to www.blah.com
hi i want for example all entries of http://blah.com in the url to be changed to http://www.blah.com/btw can you do it so it is http://www.BLAH.com/ for instance.
this is what i entered into my .htaccess file, but i get problems. like it takes for ever to load etc.
RewriteEngine On
RewriteCond %{HTTP_HOST} blah.com [NC]
ReWriteRule .* http://www.BLAH.com/ [L,R]
any help.