Hello friends, I am trying to redirect my website from www to non-www, 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 a different code that I can try? The code I am currently using is: RewriteCond %{HTTP_HOST} ^www\.torrentfilmhd\.com$ [NC] RewriteRule ^(.*)$ http://torrentfilmhd.com/$1 [R=301,L]