tags:

views:

19

answers:

3

Hi, I have an issue. When I got to www.mysite.com I get a "problem loading page error". When I type in mysite.com it works fine.

Any idea how to correct this?

Thanks

A: 

www. is a kind of a subdomain, so you need to create one i guess

Quonux
A: 

Update your dns record to point to the server..

you prob have domianname.com add in www.domainname.com

or you can add a wildcard *.domainname.com

Also make sure your http.conf file is correct for the site (Apache)

Simon
A: 

For the dns: make sure you have an A record or a CNAME for www.

For the web server: Are you using Apache vhosts? Perhaps you need to set a server alias in the vhost settings.

john