Search results

  1. M

    How to add www in front?

    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...
Top