I have found JoeAnt to be a lot more restrictive. As for the rest, thanks to everyone who posted. It actually does have a 301 redirect. It's actually suppose to have a 301 redirect. I will get that looked into.
With me Joeant accepts anything i throw at them and almost everywhere else apart from V7N and Sevenseek.
Whomever upgraded you when I didnt have the time back a few months back, carelessly decided to just 'upload and overwrite' the existing .htaccess file which had the 301 redirect I had put in there months ago prior to. It's all good now and the htaccess redirect is back in place. http://alivedirectory.com should redirect to http://www.alivedirectory.com
it looks alivedirectory.com is not correctly redirected. Chris, here is the code I am using and it works just fine. RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www\.dirwizard\.com [NC] RewriteRule ^(.*) http://www.dirwizard.com/$1 [L,R=301]