I have an .htaccess file that is redirecting everyone to the www. version of a site. Like so:
RewriteCond %{HTTP_HOST} ^baldwinbrothersinc\.com$ [NC] RewriteRule ^(.*)$ http://www.baldwinbrothersinc.com/$1 [L,R=301]
When I go to baldwinbrothersinc.com in Firefox or Safari, I am redirected to www.baldwinbrothersinc.com . Sweet.
When I do the same thing in Opera, IE7, or Chrome, I am redirected to a Page Not Found message (or a "DNS not found" message, depending on the browser). I don't get it. These are server settings, not things that are interpreted by browsers, right?
I know that the hosting for this site is a little funky (they are not pointing the whole domain to my nameservers, but instead are using an A-record to redirect web traffic) but I have no idea how to fix this.