<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFCC">
<br>
<br>
<div class="moz-cite-prefix">On 08/08/2018 10.28, Turritopsis
Dohrnii Teo En Ming wrote:<br>
</div>
<blockquote type="cite"
cite="mid:8c967262f973449189ba6f0c2ebdeb7a@teo-en-ming.com">
<pre wrap="">Good afternoon from Singapore,
I have 2 redundant blogs, one at wordpress.com (example.wordpress.com) and another at blogspot.sg (example.blogspot.sg).
I have a Domain Name Service (DNS) server (ns1 and ns2) at home in Singapore.
I would like to create two CNAME resource records to redirect readers to my wordpress and blogspot blogs respectively.
For example,
CNAME: wordpress.mydomain.com REDIRECT to example.wordpress.com
CNAME: blogspot.mydomain.com REDIRECT to example.blogspot.sg
But the CNAME records I have created and redirection don't work at all. Did I miss out anything?</pre>
</blockquote>
The CNAME RRs do work:<br>
<br>
; <<>> DiG 9.10.6 <<>>
blogspot.teo-en-ming.com<br>
;; global options: +cmd<br>
;; Got answer:<br>
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id:
22888<br>
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 4, ADDITIONAL: 9<br>
<br>
;; OPT PSEUDOSECTION:<br>
; EDNS: version: 0, flags:; udp: 4096<br>
;; QUESTION SECTION:<br>
;blogspot.teo-en-ming.com. IN A<br>
<br>
;; ANSWER SECTION:<br>
blogspot.teo-en-ming.com. 3600 IN CNAME
tdtemcerts.blogspot.sg.<br>
tdtemcerts.blogspot.sg. 600 IN CNAME
blogspot.l.googleusercontent.com.<br>
blogspot.l.googleusercontent.com. 300 IN A 216.58.213.193<br>
<br>
;; AUTHORITY SECTION:<br>
googleusercontent.com. 66612 IN NS ns1.google.com.<br>
googleusercontent.com. 66612 IN NS ns4.google.com.<br>
googleusercontent.com. 66612 IN NS ns2.google.com.<br>
googleusercontent.com. 66612 IN NS ns3.google.com.<br>
<br>
;; ADDITIONAL SECTION:<br>
ns2.google.com. 18596 IN A 216.239.34.10<br>
ns2.google.com. 18596 IN AAAA 2001:4860:4802:34::a<br>
ns1.google.com. 18596 IN A 216.239.32.10<br>
ns1.google.com. 18596 IN AAAA 2001:4860:4802:32::a<br>
ns3.google.com. 18596 IN A 216.239.36.10<br>
ns3.google.com. 18596 IN AAAA 2001:4860:4802:36::a<br>
ns4.google.com. 18596 IN A 216.239.38.10<br>
ns4.google.com. 18596 IN AAAA 2001:4860:4802:38::a<br>
<br>
;; Query time: 1900 msec<br>
;; SERVER: 192.168.16.20#53(192.168.16.20)<br>
;; WHEN: Wed Aug 08 14:58:27 CEST 2018<br>
;; MSG SIZE rcvd: 403<br>
<br>
<br>
The problem you experience is that Google sees the original request:<br>
<a class="moz-txt-link-freetext" href="http://blogspot.teo-en-ming.com/">http://blogspot.teo-en-ming.com/</a><br>
<br>
and respond:<br>
<br>
<p><b>404.</b> <ins>That’s an error.</ins> </p>
<p>The requested URL <code>/</code> was not found on this server. <ins>That’s
all we know.</ins></p>
<p><ins><br>
</ins></p>
You probably have to make a redirect from a web server that you own
so the request can be corrected to the appropriate address (header
information) to show Google.
<blockquote type="cite"
cite="mid:8c967262f973449189ba6f0c2ebdeb7a@teo-en-ming.com">
<pre wrap="">
Please advise.
Thank you very much.
===BEGIN SIGNATURE===
Turritopsis Dohrnii Teo En Ming's Academic Qualifications as at 30 Oct 2017
[1] <a class="moz-txt-link-freetext" href="https://tdtemcerts.wordpress.com/">https://tdtemcerts.wordpress.com/</a>
[2] <a class="moz-txt-link-freetext" href="http://tdtemcerts.blogspot.sg/">http://tdtemcerts.blogspot.sg/</a>
[3] <a class="moz-txt-link-freetext" href="https://www.scribd.com/user/270125049/Teo-En-Ming">https://www.scribd.com/user/270125049/Teo-En-Ming</a>
===END SIGNATURE===
_______________________________________________
Please visit <a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/bind-users">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list
bind-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/bind-users">https://lists.isc.org/mailman/listinfo/bind-users</a>
</pre>
</blockquote>
<br>
</body>
</html>