Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
5answers
9k views

How to overcome root domain CNAME restrictions?

We are hosting many web applications for our customers. As is obvious they want to use their own domains to refer to those applications, usually they want that any user that either type ...
11
votes
2answers
4k views

Is Root domain CNAME to other domain allowed by DNS RFC? [closed]

We are hosting the page of many of our customers. We want to be able to provide our customers with a subdomain of our own domain like customerpages.ourdomain.com so they can create a CNAME to this ...
7
votes
1answer
1k views

CNAME for top level domain?

Is it possible to set a CNAME record for a toplevel domain like example.com? My ISP says that it's only possible to use CNAME's for subdomains but I've read somewhere else that is should be possible ...
6
votes
3answers
408 views

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 ...
6
votes
3answers
607 views

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 ...
5
votes
1answer
1k views

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 ...
5
votes
7answers
24k views

How to redirect siteA to siteB with A or CNAME records

I have 2 hosts and I would like to point a subdomain on host one to a subdomain on host two: subdomain.hostone.com --> subdomain.hosttwo.com I added a CNAME record to host one that points to ...
4
votes
1answer
118 views

GAE website stopped working on custom domain

We have developed a website, which was wroking fine until some days back, but suddenly it stopped working on custom domain. It still wroks fine on appspot subdomain. I rechecked all the settings, they ...
4
votes
1answer
1k views

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 ...
4
votes
1answer
1k views

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 ...
4
votes
1answer
101 views

Hosting software on my server that allows users to point their domain to using CNAME

I am creating software that allows users to either have their own custom subdomain (e.g: theirsubdomain.mydomain.com) or point a CNAME from their own domain to my website address (e.g: ...
3
votes
1answer
395 views

Using wildcard subdomains with wildcard SSL on Heroku

We have an app recently deployed to Heroku. I think we have hit the wall in terms of our requirements (please make my conclusion wrong ) . It's a project management app. Management has decided to go ...
3
votes
1answer
476 views

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 ...
2
votes
1answer
54 views

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, ...
2
votes
1answer
416 views

Static hosting on S3 can only be done by CNAME from subdomain?

I read this: "I can't use this until I can serve my root domain without redirection to "www". Can Amazon designate an IP address (or set of IP addresses) for S3 that I can point my root A record to?" ...
2
votes
2answers
781 views

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 ...
2
votes
1answer
508 views

CNAME redirection not working in GoDaddy

I have a domain name myapp.com with GoDaddy, and I've deployed the site to Azure, so now the app is in myapp.cloudapp.net. I'm trying to set up a CNAME from www.myapp.com to myapp.cloudapp.net but it ...
2
votes
2answers
432 views

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 ...
2
votes
5answers
773 views

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 ...
2
votes
3answers
373 views

dns cname redirect url

I have two domain names: example1.com example2.com on example1.com i run an webserver in a shared environment on the internet. examle2.com is only a registered domain where i can only manage DNS. ...
2
votes
1answer
689 views

Python Boto S3 to work with Custom Domains in Amazon S3

How do I use the Python Boto library with S3 where the URL's it generate will be my CNAME'd subdomain to the Amazon S3 Server. By default it uses the default format BUCKETNAME.s3.amazonaws.com but ...
2
votes
3answers
1k views

How do i get foo.somedomain.com get handled by myapp.appspot.com/foo on appengine

Here is what I'd like to achieve http://foo.somedomain.com gets handled by http://myapp.appspot.com/foo (google appengine app myapp) and the underlying url is masked. Note the following: ...
2
votes
3answers
6k views

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 ...
1
vote
0answers
16 views

Facebook Connect with multiple CNAMEs

We have a single application that will be accessed by multiple CNAME routes. Because Facebook Connect authorizes only 1 single URL for use, any CNAME route causes our Facebook Login to fail. ...
1
vote
1answer
70 views

How can I 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 ...
1
vote
2answers
44 views

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 ...
1
vote
3answers
65 views

How to check if a domain name is a CNAME in PHP

How do I check if the URL accessing the page is the original URL or if it's a CNAME record. For example, I have a site domain.com. Users can setup a CNAME where they link www.otherdomain.com to our ...
1
vote
1answer
175 views

How do you set up a cname for an S3 bucket using Amazon Route 53?

I am making a personal site for myself and I've decided to host it on Amazon S3. I'm also trying to use Amazon Route 53 for the nameserver, but I'm having some trouble getting it to work. I'm trying ...
1
vote
1answer
90 views

Cname and Amazon S3 failure

I had a quick question. If you set up a cname for your amazon bucket and lets say your main amazon s3 bucket goes down, does cname you created serve files, in order words does your files get ...
1
vote
1answer
43 views

Settings for creating a whitelabel service

I am trying to create a whitelabel service for my site. I want to do it like dohop does. So i created a sub domain on my main site like : whitelabel.example.com and i want to know what i have to do in ...
1
vote
4answers
69 views

Does setting up a CNAME in the DNS record allow for POST'ing to that server's pages?

I'm building a Shopify website and I'm trying to create a simple "Contact Us" page that allows the user to POST their comments (e.g. name, email, comments). The Shopify website is hosted (as all ...
1
vote
1answer
111 views

Which is better for provisioning sub-domains on Azure - wildcard CNAME or an API-based DNS like Route 53?

I am building an application on Azure that requires the use of subdomains for each customer. Subdomains will be provisioned during the registration process. Since Azure requires the use of CNAME for ...
1
vote
1answer
18 views

Allowing users to point their domains to a web-based application?

I'm possibly developing a web-based application that allows users to create individual pages. I would like users to be able to use their own domains/sub-domains to access the pages. So far I've ...
1
vote
0answers
70 views

How is CNAME handled by the client Mac OS (Snow Leopard vs. Lion)?

I just recently deployed my own website hosting a Wordpress-blog on a VPS hosted by ipeer.se. I configured my DNS at ipeer to use an A-pointer (mywebsite.se) to point to my IP-number, then I used ...
1
vote
1answer
108 views

Can I determine if a given “hostname” is a CNAME via Perl

At work I have something like this... $ host www.something.com www.something.com is an alias for some.other.address some.other.address is an alias for one.more.address one.more.address has address ...
1
vote
1answer
149 views

How can I change/add a CNAME entry with PHP?

Hello I am planning in renting a couple of servers for our next project, and I was wondering if any kind of provider is offering something like a nameserver API to be able to change or add CNAME ...
1
vote
0answers
93 views

How do I setup a CDN using the pull method [closed]

We are trying a trial account for a cdn. We try the following setup. Step 1. We make a seperate website to test the cdn. It is called cdn1.website.com. Since in our original site of dev.website.com ...
1
vote
1answer
150 views

appengine : pointing a domain to subdomain

can i point http://www.mycustomdomain.com to http://myapp.appspot.com using cname record or other gimmicks ? I do not want to use google apps. it is possible ?
1
vote
1answer
226 views

Custom Subdomain with CNAME Problem

I am having a bit of a struggle grasping how to use custom domains with my app. Its the common case of having an app that assigns users to subdomains, ex. user.theapp.com and they want to use a CNAME ...
1
vote
1answer
118 views

AppEngine HTTPS CName seems to hang

I have setup a CNAME on godaddy for my appengine domain, ie: store.example.com If I access via HTTP, it works fine, if however I access it via HTTPS, it seems to partly load and then just hang. I've ...
1
vote
1answer
130 views

cname issue with hosted ecommerce

Having a bit of an issue with a store that has just been set up with shopify. The problem is with cnaming the domain into the shopify subdomain. I have www working just fine so ...
1
vote
1answer
316 views

Hosting Website On Dropbox

hey people, I have a simple 1 page site I have in my public dropbox folder, I can access it from the public url for that file. What I want to do is have my site website.com redirect to the dropbox ...
1
vote
2answers
263 views

Why wouldn't dns_get_record show CNAMEs when I KNOW they exist?

I'm playing with DNS record lookup in PHP and am running into something confusing. I've looked up 2 different domains each using different hosts and different authoritative name servers. Both of ...
1
vote
2answers
983 views

Javascript document.domain clarification

I have a domain foo.com on server bar. I have a subdomain api.foo.com which has a CNAME entry pointing to ghs.google.com (as the subdomain is being used by Google Apps). I am trying to make ...
1
vote
1answer
310 views

Issue Logging in to Azure deployed web app using while using CNAME redirect

I am running into an issue with logging into an ASP.NET MVC web site using Forms Authentication while running on Azure using a CNAME to redirect my domain to the url of the Azure application. For ...
1
vote
1answer
383 views

What are potential issues with allowing clients to have CNAME / DNS Masking support in a web application?

Our company develops a web application that other companies can license. Typically, our application runs on: www.company.example And a client's version of the application is run on: ...
1
vote
3answers
105 views

Will re-direction from home page affect search engine crawling?

There is a new domain, let's say va.in. Content is being prepared for the sub-domain a.va.in The idea is that va.in/index could contain pointers to various sections sometime in future (e.g. b.va.in, ...
1
vote
2answers
153 views

using full domains in a multi-site application set up

i'm building a multi-site application where a client must be able to use his own domain (as oppose to just a subdomain). i like to know the different ways to go about it, and what configuration is ...
1
vote
3answers
2k views

CNAME on GoDaddy

I have a domain on godaddy and want to point it to a specific place on another domain. So domain1.com points to domain2.com/page2.html Godaddy seems to make me want to just point to domain2.com, ...
0
votes
1answer
10 views

Custom Domain Mapping in Azure

I have an .NET MVC 3, SQL Server application running on Azure. It has 2 web role instances and a single worker role instance. We currently allow customers to insert an iFrame (I know, its not ideal, ...

1 2