Search results

  1. M

    How to add www in front?

    It come with 6 months free web hosting when I bought the domain but I deleted and use x10hosting instead. I setup the website by addon in x10hosting, is that correct?
  2. M

    How to add www in front?

    After add [ RewriteBase / ] still the same, it did redirect with "www" but with error "404 Page not found". I bought my domain from other website and change the name server.
  3. 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