Domain Config problem

octavian

Verified User
Joined
Feb 19, 2005
Messages
5
Greetings,
For some reason when I type in the domain name I set up with the www in the address bar it takes me to the webpage no problem. If I do not use the www in the address bar I get a 'page can not be displayed' error

What am I doing wrong?
 
Might check the aliases in the httpd.conf file that belongs to the owner of the domain. If you provide the domain, the folks here can give it a try (in case it's just a browser issue).
Usuall it's the other way around with the www not working.
 
Everything looks right according to dnsreport.com so my guess would be an error in the configuration.
It should have something that looks like this:
Code:
ServerName [url]www.domain.com[/url]
ServerAlias [url]www.domain.com[/url] domain.com
 
jmstacey said:
Everything looks right according to dnsreport.com so my guess would be an error in the configuration.
It should have something that looks like this:
Code:
ServerName [url]www.domain.com[/url]
ServerAlias [url]www.domain.com[/url] domain.com

yup, the confinguration is just like you posted. I'm kinda lost.
 
resolveit said:
Must have been fixed because it's working fine with and without the WWW.

Regards,
Onno Vrijburg

Can someone else take a look to see if works for them as well? It still does not pop up for me. Many thanks =)
 
Thanks for all the help everyone, all is well now. I think the problem was that I did not put a dot “.” At the end of the domain name in the dns config.

It also took a little while because I did not restart the dns as well. Nonetheless, thanks once again.
 
Back
Top