Comment on 301 Redirect Htaccess by Dan.
If I use this redirect does it all happen in the background or should I see the effect in my browser – when I type in non www my domain – my web site still comes up like that – ie it doesnt appear to redirect to the www version. thanks
RewriteEngine On RewriteCond %{HTTP_HOST} !^www.stallion-theme.co.uk$ RewriteRule (.*) http://www.stallion-theme.co.uk/$1 [R=301,L]