hey im really struggling to get the right code for my site bridgingfinance.biz to redirect www.bridgingfinance.biz can anyone help? cheers
do this code in your .HTACCESS file: RewriteEngine on Options FollowSymlinks rewritecond %{http_host} ^site.com [nc] rewriterule ^(.*)$ http://www.site.com/$1 [r=301,nc]