Portal Home > Knowledgebase > Scripting, Component & Database > HTAccess > How to redirect www.domain.com to domain.com?
* Please insert the following under the .htaccess file
RewriteEngine On
RewriteCond %{HTTP_HOST} !^domain.com$ [NC]
RewriteRule ^(.*)$ http://domain.com/$1 [L,R=301]
Add to Favourites
Print this Article