Hi all, my domain works only without www in front, anyone know how to solve this?
I tried to change .htaccess but still not working.
The code I change as below,
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
The code is working when I tried on other web hosting but not in x10hosting.
I tried to change .htaccess but still not working.
The code I change as below,
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
The code is working when I tried on other web hosting but not in x10hosting.