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
-1
votes
1 answer

How do I correctly switch from an A record to a CNAME?

I have these settings in my zone file and I want to add a CNAME for my web traffic to use instead. Do I delete these A records, or do I edit them to work with my new CNAME below? (xxx.xxx.xx.xx is my old server IP which I will no longer be…
NotAnotherCliche
  • 381
  • 1
  • 4
  • 18
-1
votes
1 answer

DNS Records: point only files to a server ip, keep emails on the other one

So i have this two servers that i need to configure: -Server s1 is on hostpappa (shared) -Server s2 is a vps i own What i need to do is keep emails hosted on s1 and the website hosted on s2. What i tried was to change A record from mydomain.com to…
Radu Bogdan
  • 494
  • 2
  • 10
-1
votes
1 answer

I hosted Opencart on openshift, But after CNAME mapping, Application is showing 404 Error

I have successfully deployed opencart on openshift, and It is running properly with the url provided by the openshift, But when I have mapped that URL with the CNAME in my domain name, It is showing Error that App is not found. Can someone please…
-1
votes
3 answers

redirect domain from 1&1 to GAE

I'm trying to redirect the domain that I bought from 1&1 to GAE. Right now, my domain is redirecting to my appengine app, but the problem is that if I write in the browser's URL the following: www.mydomain.com, it is redirected to…
Raulsc
  • 75
  • 2
  • 12
-2
votes
1 answer

Cloudflare / Chrome DNS Cache and TTL

We have a website that we recently revamped. The domain it lived on use to have a CNAME record for @ and www pointing to a different domain while the site was being developed. We have now deployed the site (48+ hours ago) and chrome users who have…
Shaded
  • 158
  • 1
  • 9
-2
votes
1 answer

Php Cname redirection

Recently I've been thinking about such a question: how to use php to recognize that a site is referenced with a CNAME record, and if so, redirect it to a specific document?
-2
votes
1 answer

Issue with different nslookup responses for CNAMEs referencing same A Record

I have a complex DNS environment, consisting of multiple DNS hosts (environment is not AD Integrated DNS) where I have 2 x CNAME records, in different DNS Zones, that both reference the same A record (in another zone, and hosted on a different DNS…
subi75
  • 1
  • 2
-2
votes
1 answer

Can a subdomain have different CNAME records or must the entire domain have the same CNAME?

Like my question asks - should the entire DNS/CNAME be the same for the domain? Thanks!
Henry
  • 5,195
  • 7
  • 21
  • 34
-2
votes
1 answer

Naked domain not working when pointing godadddy domain to heroku app

I have a small laravel website that I built for a company on heroku. They had the domain registered with godaddy, so I altered the cname and it seems to work fine when I go to www.example.com. However, when I go to http://example.com, the naked…
Joshua Foxworth
  • 1,236
  • 1
  • 22
  • 50
-2
votes
1 answer

Multiple Domain CNAME on Azure

I was able to point http://test.invoice-authorize.net to billiving.com by applying a CNAME rule. For some reason when I try to do the same with getting http://test.billiving.net to point to billiving.com DNS cannot resolve. Any ideas how this could…
Josh
  • 189
  • 1
  • 12
-2
votes
1 answer

Unable to point Domain with CNAME and MX Record, what are my options?

I currently have a domain that is pointing to "Web Host A" using an IP in the A record and it has an MX Record which points to Google Apps Mail for email. I want to point the domain to a new host "Web Host B". This Web Host B uses CNAME records…
Lavvo
  • 1,024
  • 3
  • 16
  • 35
-2
votes
1 answer

dns records issue for www/nonwww version of my site

Im having some troubles with the site.com and www.site.com version. At this time the "www" is working, but if I access to the site without it I get a DNS error. I have a VPS machine with ubuntu and bind9 Everything is OK, except the dns zone created…
-2
votes
2 answers

Point different domains to directories

Background I want to create a service where I need to register a domain and point it to the app. The problem is, the app needs to know what the domain parameter is. So I analysed this question about domain aliasing but did not understand if it fits…
Herr
  • 2,725
  • 3
  • 30
  • 36
-2
votes
1 answer

Pass unique event id in url for diffrent event in codeigniter

I am developing an event management system using PHP Codeigniter and MySQL where I am not sure how i can solve below issues ISSUE 1 I want to make URL for back end like www.event-backend.com/event/EVENt_ID (for…
Saqueib
  • 3,484
  • 3
  • 33
  • 56
-3
votes
1 answer

Point root domain to google cloud bucket

I'm asking this question again as there still doesn't seem to be an elegant solution. I've bought a domain from https://domains.google.com and I would like to point it to a bucket that I have my static site hosted on. My bucket name is…
DanV
  • 3,193
  • 4
  • 29
  • 43
1 2 3
61
62