@@ -44,7 +44,7 @@ index 3050a90..474481e 100644
44
44
--- a/g0v.ca./g0v.ca.yaml
45
45
+++ b/g0v.ca./g0v.ca.yaml
46
46
@@ -15,3 +15,7 @@
47
- - 301 https://g0v.tw/
47
+ - 301 https://g0v.tw/intl/en/
48
48
- type: ALIAS
49
49
value: 301.ronny.tw.
50
50
+ - type: MX
@@ -66,7 +66,7 @@ index 3050a90..2a62d42 100644
66
66
@@ -6,6 +6,7 @@
67
67
- admin=patcon
68
68
# Used for 301 redirect service below
69
- - 301 https://g0v.tw/
69
+ - 301 https://g0v.tw/intl/en/
70
70
+ - google-site-verification=1234-abcd-5678-EFGH
71
71
- type: ALIAS
72
72
value: 301.ronny.tw.
@@ -271,7 +271,7 @@ index 0000000..acedadd
271
271
272
272
## Redirects
273
273
274
- This section describes how we support redirects, e.g. having ` manifesto. g0v.ca` redirect to ` https://g0v.tw/manifesto /en/ ` .
274
+ This section describes how we support redirects, e.g. having ` g0v.ca ` redirect to ` https://g0v.tw/intl /en/ ` .
275
275
276
276
Some DNS providers offer helpers to provide url redirects without hosting a special app.
277
277
This is sometimes done through non-compliant pseudo-records ([ like DNSimple does] [ redirect-dnsimple ] ),
@@ -292,7 +292,7 @@ For specific examples of how to add redirects, see [DNS Records](#dns-records) e
292
292
293
293
Once you've added a redirect like this, then the non-SSL link will work fine.
294
294
295
- E.g., http://g0v.ca can redirect to https://g0v.tw
295
+ E.g., http://g0v.ca can redirect to https://g0v.tw/intl/en/
296
296
297
297
But note that HTTPS https://g0v.ca won't redirect cleanly without a browser warning.
298
298
This is due to how all HTTPS security certificates work, and how this 301-service app works with these certificates.
@@ -302,7 +302,7 @@ But there's good news! If you'd like HTTPS redirects to also work,
302
302
303
303
E.g., if you wished ` https://sub.example.com ` to cleanly redirect to http://g0v.tw ,
304
304
you would ask @ronnywang to ** add ` sub.example.com ` to his certificate** .
305
- Even without submitting this additional request, ` http://sub.example.com ` would still redirect fine.
305
+ Even without submitting this additional request, ` http://sub.example.com ` (without SSL) would still redirect fine.
306
306
307
307
** [ Click here] [ https-request ] to submit a request.**
308
308
0 commit comments