Questions tagged [cname]

A CNAME record or Canonical Name record is a type of resource record in the Domain Name System (DNS) that specifies that the domain name is an alias of another, canonical domain name.

This is typically used when running multiple services (like an FTP server and a webserver; each running on different ports) from a single IP address. Each service can then have its own entry in DNS (like ftp.example.com and www.example.com).

917 questions
12
votes
2 answers

CNAME and WHM - how to stop domain name being appended automatically

Really quick one - I am attempting to use mailgun for my email. One of the requirements is to add a CNAME = mailgun.org I am attempting to do this via WHM - and can successfully create the record under 'Edit DNS Zone' for the domain. The problem is…
GrahamTheDev
  • 22,724
  • 2
  • 32
  • 64
12
votes
2 answers

Github pages with custom CNAME security

Github allows you to host static pages on your own domain name. The procedure is described here: https://help.github.com/articles/setting-up-a-custom-domain-with-pages It mentions that you have to create a file called CNAME in your repository to…
konrad
  • 3,340
  • 1
  • 27
  • 26
11
votes
4 answers

How to give cname forward support to saas software

I have a webapp where users can create their account and use the service. Now I want to give them a custom domain facility where app.customer1web.com points_to myservice.com with userid customer1 once he sets up the custom domain, for the…
Thejesh GN
  • 1,108
  • 2
  • 14
  • 28
11
votes
1 answer

App Engine Domain CNAME Record - "ghs.google.com" or "ghs.google.com."

I'm not too experienced with DNS records and I'm trying to point a www subdomain to Google App Engine via the registrar gandi.net. When updating the CNAME record to direct traffic to ghs.google.com, is it critical that there be a period at the end…
Garen Checkley
  • 5,512
  • 6
  • 22
  • 24
11
votes
3 answers

DNS Gurus: How to forward www.domain.com to domain.com using DNS only?

I am running a blog at posterous.com, and they can host my domain name if I create an A record to their IP in my domain registrar's custom DNS tool. The problem is that I want my domain to ALWAYS read domain.com, so I want to have my DNS remap any…
iopener
  • 547
  • 1
  • 9
  • 24
11
votes
2 answers

How do I map multiple domains to the same bucket on Amazon S3?

Is it possible to do that? I need to be able to access mydomain.com by typing in my-domain.com in the address bar of the browser? Now I added a DNS entry: my-domain.com CNAME mydomain.com But this doesn't seem to work. I get an 404 not found error.
pimenz
  • 111
  • 1
  • 1
  • 3
10
votes
4 answers

Is it at all possible to use Google App Engine with a naked domain?

I am working on a site for which I really want to be able to use a naked domain, e.g. example.com. Preferably, www.example.com should redirect to example.com, but that is not strictly necessary. If I understand this blog post correctly, the reason…
Zifre
  • 26,504
  • 11
  • 85
  • 105
10
votes
3 answers

Receiving error "CNAME already registered with CloudFront" on BitBucket hosting, but I never registered the domain with CloudFront

I am trying to host a websit with only static pages on BitBucket.com using its Add-On Aerobatic. While registering the domain on Aerobatic, its giving me the following error: CNAME already registered with CloudFront AWS is reporting that this…
10
votes
2 answers

Understanding DNS requirements for Google App Engine apps

I have a Google App Engine working, and I have bought a domain. To link the two, I followed the official guide. Specifically, the guide suggests setting up these DNS rules: The thing is, I own both the naked domain (site.com) and the www subdomain…
natario
  • 24,954
  • 17
  • 88
  • 158
10
votes
4 answers

Amazon Route 53 Alias not working

For some reasons I am not able to set up my static website in S3. I am trying to resolve this from last 2 weeks but its not working for me. What I have done is: Uploaded files within S3 bucket. Set up routing policy - thats fine. Alias target…
KapilS
  • 149
  • 1
  • 2
  • 11
10
votes
4 answers

Redirect non-www to www using DNS Zone Editor?

I've just purchased a new traffic tracking service, which requires my domain (registered at GoDaddy) to have a CNAME record pointing to their servers. I've done that fine, and it's now working. However, when typing it in without the "www", I get a…
James Francis
  • 123
  • 1
  • 1
  • 6
9
votes
1 answer

How can I get the CNAME of a host for which DNS resolution fails (NXDOMAIN) in Go?

I'm looking for a way (in Go) to get the CNAME (if any) of a given host, whether that host's DNS resolution fails or not. The DNS resolution of a host may fail and yield NXDOMAIN, but the host in question may still have a CNAME record. At the time…
jub0bs
  • 60,866
  • 25
  • 183
  • 186
9
votes
1 answer

Route53 route subdomain to AWS Lambda?

I want to route my.domain.com to the url of my lambda function (which I setup and working via the API Gateway). I can't seem to be able to do this. I also can't seem to be able to to CNAME to anything (so my.domain.com results in a dns error when I…
tt_Gantz
  • 2,786
  • 3
  • 23
  • 43
9
votes
1 answer

Github Pages: Custom domain setup with Hover

I'm a designer trying to put up my first site on Github Pages. Goal: Configure my GitHub Pages user page site,willmillar.github.io, to work with Hover domain (willmillar.com or www.willmillar.com) Current setup: I tried to follow the GitHub…
user3602635
  • 91
  • 1
  • 3
9
votes
1 answer

How can I stop a github project page (or other subpage) from showing custom domain name?

I'm using GitHub pages to host my blog. I've set up a CNAME record in the repository and added an A record and CNAME record to my domain registrar (123-reg). This is working fine so now my personal page donskifarrell.github.com ->…
Donal
  • 550
  • 1
  • 6
  • 14
1 2
3
61 62