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

Using the dig command in python

Just a forewarning, my python skills are almost nonexistent, but I’m trying to learn as I go. I'm doing a few changes via our DNS control panel over the weekend to about 58 CNAMES (just changing the destination) And rather than checking the changes…
Christopher Long
  • 854
  • 4
  • 11
  • 21
24
votes
2 answers

Mysterious CloudFront "Bad request"

I've set up a new domain and web server, and a CloudFront distribution to serve it. CloudFront is successfully serving the site on its own domain: d1lnegrqin0up5.cloudfront.net I want mpe.io (without www) to go to the web server, and www.mpe.io to…
Bilal Akil
  • 4,716
  • 5
  • 32
  • 52
23
votes
1 answer

Cloudfront CNAME vs DNS CNAME

I've set up a distribution but I'm a bit confused about the purpose of the CNAME that can be set up in Cloudfront. Assuming my assigned Cloudfront domain is d27fwrff25jcfdafa.cloudfront.net I can assign the "nice" CNAME static.example.com using the…
Paul
  • 655
  • 1
  • 8
  • 19
23
votes
1 answer

Do CNAME records also forward MX requests?

My DNS has a set up for the domain base.com that consists of A and MX records. There are several other domains that are set up with CNAME records, pointing to base.com. Do I need to set up anything special (like extra MX records) for the CNAME…
Jpsy
  • 20,077
  • 7
  • 118
  • 115
21
votes
2 answers

How do I disable HTTPS on Heroku

I created a site and put it on Heroku. I then added a custom domain (e.g. "site.example.com") in the Heroku control panel and I pointed the DNS to my Heroku address. This works fine, but when I visit the site, I get a big browser warning, saying the…
am-rails
  • 1,463
  • 2
  • 16
  • 40
19
votes
1 answer

CNAME and TXT record for same subdomain not working

I need to add a TXT record for the subdomain test.domain.com in the zone file. In this zone file there is an existing CNAME for the same subdomain. The two records looking like this: test IN CNAME asdf.someotherdomain.com. test IN TXT "Some text i…
user5747873
  • 359
  • 1
  • 2
  • 9
19
votes
2 answers

How to setup CNAME for Amazon S3 at Namecheap

I am using amazon S3 to host one of my static sites and wanted to link it to my domain name (domainname.co.uk). So I went into namecheap account-all host records and did something like this, However, It still doesnt work and throws 404 when I go…
vinny
  • 529
  • 4
  • 7
  • 16
18
votes
6 answers

Certificate in Pending state in AWS Certificate Manager

Our project is deployed on Elastic Beanstalk and I want to run this on HTTPs. I created my certificate on AWS Certificate Manager and choose DNS verification option. I added provided data in my Godaddy DNS records. Below is my sample data Domain…
15
votes
6 answers

Openshift app redirecting to https://domain_name/app

I have hosted an app on Redhat Open shift. I didn't change anything but it started redirecting to https://www.plovist.com/app and throwing 404 error. Can anyone help me in solving this?
Coderaemon
  • 3,619
  • 6
  • 27
  • 50
14
votes
1 answer

How to offer custom sub-domains for SAAS Application

How do i offer Basecamp/SAAS App like sub domains to clients? For example, my website URL is http://www.example.com whenever the user signup i want to offer them url like http://company.example.com which should load files/contents from /app…
Dhruv Kumar Jha
  • 6,421
  • 8
  • 37
  • 48
14
votes
5 answers

How to blogger/wordpress/tumlr allow users to mask url

I am creating a saas application. Users have their own url like user.mysaasapp.com To allow user to have own url, I use mod rewrite. Something like http://mysaasapp.com/?user=user to user.mysaasapp.com (This is working perfectly) Now, I want to give…
Slay
  • 1,285
  • 4
  • 20
  • 44
14
votes
3 answers

Secure a url that has a cname record

I have a site that has subdomains for each user and a wildcard SSL Cert https://user1.mysite.com https://user2.mysite.com The question is can someone set a cname record such as user1.theirsite.com -> user1.mysite.com and have it still use https? …
bones
  • 808
  • 3
  • 10
  • 23
13
votes
2 answers

Cloudfront Custom Origin Is Causing Duplicate Content Issues

I am using CloudFront to serve images, css and js files for my website using the custom origin option with subdomains CNAMEd to my account. It works pretty well. Main site: www.mainsite.com static1.mainsite.com static2.mainsite.com Sample page:…
Joe Boxer
  • 141
  • 2
  • 6
13
votes
2 answers

Question on CNAME for different domains

Is it posssible for me to use CNAME for different domains like www.domain2.com CNAME www.domain1.com Both are server from same server but different Virtual host (root paths are different)
Balaji
  • 859
  • 1
  • 16
  • 27
13
votes
3 answers

GitHub Pages: setting up custom domain

I've got an organization page set up and running in GitHub and things seem to be working...but I'm a little confused. I'd like to actually understand the process since the GitHub Help article refers to taking advantage of their CDN and DoS services,…
cmegown
  • 401
  • 5
  • 19
1
2
3
61 62