my problem is that when i try to mysite.com in firefox it redirects me to http://www.mysite.com, but when i try the same thing in ie, it takes me to yahoo search.
in my .htaccess file i have used
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mysite..com$ [NC] RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=301,L]
but not working in ie. it still takes me to the yahoo search page.