CNAME problem: godaddy- Kindly help

cname-recordgodaddy

I would like to point same location by 3 domains.

  1. abc.com -> main domain : ip 123.123.123.123
  2. 1st-pointing-abc.com
  3. 2nd-pointing-abc.com

Now, domain with godaddy and hosting too.

How will I chnage CNAME and A record in case of 1st-pointing-abc.com and 2nd-pointing-abc.com?

Right now—-
1st-pointing-abc.com:
A Record: @ ip:123.123.123.123
CNAME: www "points to" abc.com

What I am doing wrong? I am getting the message:
Quote:
Forbidden
You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
godaddy says:
Quote:
1st-pointing-abc.com has no files to
pull up. Since it's custom dns, they are limited to how much support
the can provide.
any help greatly appreciate. thanks!

Best Answer

Sounds to me like this is a web server issue - you're probably using name-based virtual hosts, but only have a server name directive for the main domain.

Assuming you're using Apache, you probably just have a "ServerName 1.com" directive. You'll also need to add "ServerAlias 2.com" and "ServerAlias 3.com" directives.

Related Topic