1&1 domain doesnt work with www

Hello. I have my 1&1 domain www.bojanaknezevic.com and I pointed to my 000webhost site and it works but only like bojanaknezevic.com. With www its not working. What I have to do??? Please help.

Could you visit 1&1 and add a DNS record for your domain?

Type: A
Host: www
IP: 153.92.9.30

I was trying, but I think it is impossible to change it.I am sending you 1&1 doc. in the attachment.
I hope there is another way.

use can also use rewrite rule using .htaccess file to do this.
just paste the following script in your .htaccess file…

RewriteEngine on
RewriteOptions inherit

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

This will help you!!!

1 Like

Thank You. I did it but nothing happened. :cry:

You updated A record to point yes?

Tnx everybody now it works.:slight_smile:

1 Like