WebServer.com.my

Portal Home > Knowledgebase > Scripting, Component & Database > HTAccess > How to redirect www.domain.com to domain.com?


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]



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read