.htaccess Permanently redirect from www domain to non-www domain December 21, 2011 Pramod T P Leave a comment RewriteEngine on Options +FollowSymLinks RewriteCond %{HTTP_HOST} ^www.domain.tld$ [NC] RewriteRule ^(.*)$ http://domain.tld/$1 [R=301,L]