Hello friends, I am trying to redirect my site from www to non-www version, but it's not working. When I enter the code www.torrentfilmhd.com, it should change to torrentfilmhd.com, but it still opens with www. Is there another code I can try that works? The code I am using is as follows: RewriteCond %{HTTP_HOST} ^www\.torrentfilmhd\.com$ [NC] RewriteRule ^(.*)$ http://torrentfilmhd.com/ $1 [R=301,L]