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).

877 questions
11
votes
3 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,040
  • 1
  • 14
  • 26
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,252
  • 5
  • 19
  • 23
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
  • 551
  • 1
  • 8
  • 24
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
  • 24,944
  • 8
  • 81
  • 102
10
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
  • 101
  • 1
  • 3
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
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
  • 113
  • 1
  • 1
  • 5
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
  • 530
  • 1
  • 5
  • 14
8
votes
1 answer

Amazon CloudFront CNAME

I am setting up Amazon CloudFront to distribute the contents of an S3 bucket and it works fine when I use the xxxxxxx.cloudfront.net Amazon gives me. However, I want to use static.mydomain.com to access my files. I have followed Amazon's…
Jonathan Roy
  • 863
  • 11
  • 20
8
votes
1 answer

How to mask URL redirect with Google Domains

On Google Domains, I own www.example.com. I also have hosting for free at www.university.com/~myname. I want to be able to forward www.example.com to www.university.com/~myname, but I want the domain to still show as www.example.com. I also…
Arya
  • 1,017
  • 12
  • 27
8
votes
3 answers

How to add naked domain (without www) on GoDaddy deployed via Heroku?

I have a domain that's been deployed via Heroku, and is up and running fine with the www. But if I go to the domain without the www, it does not render correctly. I tried adding both domains on Heroku, with www and without www, but unfortunately it…
Jo Ko
  • 5,515
  • 12
  • 47
  • 101
8
votes
2 answers

PowerDNS and CNAME to external domain

I'm using PowerDNS (2.9.22) for my clients. Because it can store all data into MySQL database and it's easy for clients to edit their zones as they like. Now I have a problem with CNAMEs: Here are records into MySQL…
Andrey Zentavr
  • 313
  • 5
  • 10
8
votes
3 answers

Setting up custom domain on Heroku with CNAME redirect for www subdomain

I'm using Heroku, and have added a couple custom domains for my app, i.e. myapp.com and www.myapp.com. My DNS at GoDaddy has three A records for '@' pointing to three separate Heroku IPs, and a CNAME for the 'www' subdomain that points to…
pmc255
  • 1,469
  • 2
  • 19
  • 31
8
votes
4 answers

Using email w/ Heroku and CNAME

I am in the process of setting up MX records on a HEROKU hosted app and am running into issues. I have two CNAME's setup: @ myapp.herokuapp.com www myapp.herokuapp.com Site works fine as setup above. I am now trying to add email support by adding…
cman77
  • 1,573
  • 1
  • 20
  • 45
7
votes
1 answer

How can I use custom domains for my github page

I have a github page(lc87624.github.com), and I want my domains("www.gemoji.me" and "blog.gemoji.me") link to this page. I try to add two CNAME record pointing to "lc87624.github.com", but when I visit my domains, it shows a error page of github…
PeaceMaker
  • 211
  • 4
  • 9
1 2
3
58 59