@ Paul – ok then you want to follow the steps in this forum topic link below to add your code to BPS Custom Code: http://forum.ait-pro.com/forums/topic/htaccess-redirect-www-to-non-www-htaccess-redirect-non-www-to-www/#post-1723
# WP REWRITE LOOP START # Rewrite dedicated server IP to www domain RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^xxx\.xxx\.xxx\.xxx$ [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L] RewriteRule ^index\.php$ - [L]