htaccess code for redirecting www to non-www
admin | Aug 26, 2009 | Comments 0
Issue :
Regardless of somebody accessing the site with or without the ‘www’ , it should always go to http://domain.com
Solution :
Use the following htaccess code :
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.domain.com
RewriteRule ^(.*) http://domain.com/$1 [R]
Filed Under: Quick fixes • Technical
About the Author: InstaCarma is a provider of Enterprise Class Solutions for the Hosting Industry

1800 810 6547