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
2 answers

Multiple A-record hops

Have a website I manage on a server on behalf of a client. The domain name is parked by them via their own hosting arrangement for mail etc. They have an A record pointing to my server 'Y'. I need to transfer the site to a new server 'Z'. Can I…
Adam Fletcher
  • 1,021
  • 1
  • 10
  • 18
-1
votes
1 answer

Is it possible to force setting CNAME record of the DNS?

Suppose I have two domain names (domainA, domainB). I set the CNAME record of domainA to domainB, so whenever a user resolves domainA, he will be redirected to resolving domainB instead. My question is if it is possible to restrict accessing domainB…
Alex
  • 1,914
  • 6
  • 26
  • 47
-1
votes
1 answer

Which domain should I register for SSL

I have a simple website host that gives me a domain like website.com which show the website hosted on that server. I have a CNAME on website.com that redirects to server.cloudapp.net (Azure Virtual machine running Linux) server.website.com redirects…
-1
votes
1 answer

Configuring domain name for Azure app where domain registrar does not provide CName or forwarding option (ccTLD domain)

I registered a ccTLD domain, and my domain registrar does not provide a CName, instead it lists nameservers solely. How do I configure domain forwarding for my web app which happens to be hosted on an Azure VM? The documentation here only deals with…
Hassan Baig
  • 15,055
  • 27
  • 102
  • 205
-1
votes
1 answer

DNS split across two hosts, subdomain CNAME confusion

Right now our domain name and DNS are still hosted by our old provider until we make the full switch to Amazon AWS. We run a lot of subdomains i.e. vendor.mydomain.com which were previously setup as websites on our old host. I deleted the subdomain…
Tom
  • 1,051
  • 4
  • 21
  • 36
-1
votes
2 answers

AWS Route 53 DNS fail after transfer

I've transferred my domain name from GoDaddy to Route53 but it seems to have broken the DNS configurations such as Gmail and other subdomains... The domain is not owned by GoDaddy anymore but by AWS. I don't understand the name servers settings and…
silveur
  • 157
  • 1
  • 9
-1
votes
1 answer

What is the A Record configuration for redirecting email services to one IP address, and redirecting http request to another IP address?

I have a hosting account with hostproviderexample. I have a domain exampledomain.com that needs to be redirected to this hosting account at hostproviderexample. However, I only need the redirection on the http or the website request. The email…
fjahja
  • 27
  • 3
-1
votes
1 answer

creating a new a name record to point to AWS instance on port 4502 / 4503

I am trying to create a new A name record to point to my AEM instance on AWS. On AWS AEM is installed on port 4502 and 4503. Author is on 4502 and publisher on 4503. But I cannot create a A name or C name record that points to the ip address of the…
Dan
  • 1,295
  • 2
  • 22
  • 46
-1
votes
1 answer

trying to point my domain to Azure website

I'm trying to point my Israeli domain to my Azure website. Did that before to a .com website, rather easily. However, I've been struggling with this for more than a day. Following the instructions I added CNAME records as needed and also tried many…
dsb
  • 2,347
  • 5
  • 26
  • 43
-1
votes
1 answer

Custom URL on Github Pages

I have a page up at amongmany.github.io and I have followed the instructions here for a custom domain. I made those changes roughly 16 hours ago. Now, I know that DNS records "can take up to 24 hours" but in my experience it never does. So I'm…
amongmany
  • 87
  • 8
-1
votes
1 answer

How to config more than one CNAME to point to the Azure storage?

I found the images storing in the Azure storage are slow to load in the browser. So I want to config more than one CNAME to point to the Azure storage. But I found I can config only one CNAME to point to the Azure storage. Please let me know how to…
-1
votes
1 answer

How can my site become public to the internet when i have done this actions:

Created virtual machine in Azure. Added HTTP endpoint on public port 80, private port 80 Installing from Terminal into Azure Virtual Machine: Ubuntu 14.0.4, Apache, phpMyAdmin and my Joomla Site. I can acces my site with IpAdress/myJoomlaSite but…
-1
votes
2 answers

Get content from domain A on domain B

So let's say I have two domains: www.foo.com and www.bar.com. They are on seperated servers (for now, that could be changed) and we've built a new site for the bar content that you can access now by www.foo.com/bar As far, as good, every thing is…
wawa
  • 4,816
  • 3
  • 29
  • 52
-1
votes
1 answer

i want the domain of my client xyz.com to show the content of abc.com while in url it shows xyz.com (logo and branding to be set up on the fly)

I have a website that I have made with cms and branding control. But I don't want to create hosting plan for each domain and upload the same content and database for each domain. First I want to redirect any domain to my website with authentication…
-1
votes
2 answers

External domain to CNAME in IIS 7

I have a ASP.NET website that generates subdomains on-the-fly. So users can generate urls like user1.domain.com, user2.domain.com and so on. When I am trying to CNAME another domain user1.com to user1.domain.com, the root document i.e. domain.com…