Domain without www doesnt work

michael55

New member
Joined
Apr 18, 2018
Messages
1
Hi
I have created a A pointer like this:
Code:
www	A	xxx.x.x.xxx
(Where x are numbers in my webserver ip adress). This pointer works and I can reach the website on www.exampledomain.com.
Now the problem is that the domain without www. infront of it doesnt work. If i type it like this in the webbrowser: exampledomain.com
I actually have 2 A pointers which I think could make the domain without www. infront to work. they look like this:
Code:
sthlmcity.eu.	A	xxx.x.x.xxx
(Where x are numbers in my webserver ip adress. This is the original one which I changed the ip adress on.)
Code:
sthlmcity.eu	A	xxx.x.x.xxx
(Where x are numbers in my webserver ip adress. This is adjusted A pointer where I removed the point because I dont know if it helped or not.)

So I have these 3 A pointers and still I get redirected to a different website on my host webserver when I type just exampledomain.com and not www. infront.

Why doesnt my domain without www. infront of it work?
 
At my side it works (domain.eu redirects to www.domain.eu. Maybe you have to wait a bit, until all DNS is propagated.
 
Back
Top