0
votes
1answer
57 views

Regarding Cnames, A Records (Internal Network Forwarding to External Domain)

It is not possible to do a redirect from internal DNS to external domain correct? We have a subdomain test.internaldomain.com and internally we want it to point to external url, including full path: ...
0
votes
1answer
51 views

Detecting TLD for localization

I have many TLD's for my domain, for US users it's .COM, for German users it's .DE, etc. I redirect them all to the .COM domain using CNAME records. The reason is to prevent getting a penalty from ...
1
vote
2answers
227 views

WWW record in DNS (type CNAME) pointing to a site is recommended?

I have a reseller host the sites of my clients are hosted. One such customer wants to keep the DNS management with them. For this, they request the CNAME for them to do the following change in DNS: ...
0
votes
1answer
185 views

iis - cname - start page when using domain and content using www.domain

I configured a domain on IIS 7.5 with windows 2008 r2 and put an index.html file on the inetpub/wwwroot/domain folder. When I browse the webpage currently I´m receiving two different pages: using ...
0
votes
1answer
711 views

IIS 7 - website works without www, but not with

I have a personal website that I am hosting at home (using web server 2008) that works without www, but not with. Can someone PLEASE walk me through setting up CNAME, A, and what not. I have zero ...
0
votes
3answers
422 views

IIS 502 error when using a CNAME

I have a cname record to a dyndns address. This has worked fine in the past, but now if I use the cname error I get a 502 error from IIS 7. The dyndns address works fine and so does the actual ip ...
1
vote
1answer
102 views

Naming standard for additional A records/IP addresses for IIS servers?

When you're adding another IP address to and IIS server, what naming standards do you use for the A records? Background: I've a bunch of sites on an IIS server which use (CNAME'd) host-headers and a ...