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
7
votes
3 answers

How to add CNAME records to Google Domain?

I just signed up for SendGrid and I need to add these (top image) SendGrid CNAME records to my Google domain. The issue is that it doesn't tell me what to put into the first field ("@"). If I leave it blank I get an error (see bottom image). Please…
FiringBlanks
  • 1,502
  • 1
  • 20
  • 38
7
votes
5 answers

Custom URL/Domain (CNAME alias?)

I am creating an application in a LAMP stack and I want to provide the user with the ability to use their own domain instead of a subdomain of my site. eg. Instead of: http://some_user.mysite.com They will use: http://store.some_user.com/ I know…
User123342234
  • 1,445
  • 13
  • 17
7
votes
1 answer

DNS with Heroku and Google Domains - SSL forwarding

I am hosting a website at example.herokuapp.com. I own the domain example.com on Google Domains (Registrar). I also have GSuite setup for this domain (email). I'd like to forward everything to either https://www or https://. So far, I can…
woodpav
  • 1,275
  • 1
  • 8
  • 22
7
votes
2 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…
7
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
  • 23,696
  • 13
  • 82
  • 148
7
votes
2 answers

How do HTTP/2 and CNAME work together?

I don't know exactly how to ask it, so I will try to explain with an example. I have these resources on example.com, an HTTP/2 enabled server: //example.com/css/file.css //example.com/js/file.js //example.com/images/file.png What I want is to load…
Hamid Sarfraz
  • 1,066
  • 1
  • 13
  • 32
7
votes
3 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
  • 99
  • 1
  • 2
  • 9
7
votes
2 answers

Subdomain of custom domain on Github pages

We are allowed to use our own custom domain with Github Pages. For example, I have my page: http://example.com which points to http://username.github.io/project But now I need to create a subdomain for another folder inside my repo.…
Frondor
  • 3,276
  • 27
  • 42
7
votes
3 answers

Mapping custom domain to the openshift wordpress blog

I have an openshift wordpress blog running at http://blog-example.rhcloud.com/ and added CNAME records in my DNS management as follows. example.com www.example.com and works fine. When i type, this leads to my blog home page.But the pages and…
Karthikeyan
  • 2,064
  • 3
  • 24
  • 44
7
votes
2 answers

CNAME setup displaying 'Bad Request (400)'

Background: My Django app is located @ www.name-of-app.rhcloud.com Through dns-provider.com I own: www.name-of-app.com The CName setup is as follows: name-of-app.com redirects to www.name-of-app.com, www.name-of-app.com is setup as a CNAME alias to…
Buck
  • 671
  • 1
  • 10
  • 23
7
votes
4 answers

CNAME for Azure application causes email problems with MX and A records ignored

We have an application running on Microsoft Azure and have set up a CNAME record to cover the domain so we can have the nice URL of http://example.com (note I am replacing our real domain with example.com throughout this). CNAME mydomain.com ->…
Jezbers
  • 795
  • 8
  • 19
7
votes
1 answer

Cannot point domain name to Windows Azure Website

I signed up for an As-You-Go account with Windows Azure, and created an SQL DB and setup 'Websites'. I then successfully deployed my website to my Azure account and read a bunch of articles online that basically said I need to CNAME my domain name…
Arrow
  • 2,306
  • 8
  • 35
  • 59
6
votes
2 answers

Is it possible to allow cross-domain requests through the use of CNAME records?

I know there are very many cross-domain questions but I haven't been able to find what I'm looking for. I'd like to make an client AJAX request from a.com to b.com, which obviously isn't allowed. I thought that if I created a b.a.com -> b.com CNAME…
user1112594
6
votes
1 answer

Webfaction subdomain forwarding

I have shared hosting on webfaction and I want to have www.mydomain.com forward to mydomain.com, in the same way that www.stackoverflow.com redirects to stackoverflow.com. In the webfaction control panel I set up a CNAME record linking the…
danny
  • 8,684
  • 10
  • 47
  • 56
6
votes
1 answer

cloudflare api translate curl to php curl and send CNAME update

This is a question and answer after much research using some info from other responses found on stackoverflow. How do I convert command-line curl to php: $ curl -X POST…
Lee Hansen
  • 61
  • 3