This code did not work for me:
RewriteCond %{HTTP_HOST} ^www.mydomain.com [NC]
RewriteRule ^(.*) http://mydomain.com/$1 [L,R=301]
I have tested a lot of things including Generic htaccess redirect www to non-www, but it did not solved my problem.
Can any body help me to solve this problem ?