.

.

Remove WWW From Domain by htaccess file

add this rule in .htaccess file

RewriteCond %{HTTP_HOST} ^www.test.com$ [NC]
RewriteRule ^(.*)$ http://test.com/$1 [R=301,L]


EmoticonEmoticon