add this rule in .htaccess file
RewriteCond %{HTTP_HOST} ^www.test.com$ [NC]
RewriteRule ^(.*)$ http://test.com/$1 [R=301,L]
By Rinky Kandwal
RewriteCond %{HTTP_HOST} ^www.test.com$ [NC]
RewriteRule ^(.*)$ http://test.com/$1 [R=301,L]
EmoticonEmoticon