codeguy / php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web
https://www.phptherightway.com
Other
9.03k stars 3.25k forks source link

ja.phptherightway.com is pointed an outdated IP address #994

Open m-takagi opened 8 months ago

m-takagi commented 8 months ago

Summary

When I tried to enforce HTTPS for Japanese translation page, I got an error like the following.

phptherightway

Could you please update DNS record for ja.phptherightway.com ?

c.f. https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site#configuring-an-apex-domain

Expected result

$ dig ja.phptherightway.com
(snip)
;; QUESTION SECTION:
;ja.phptherightway.com.         IN      A

;; ANSWER SECTION:
ja.phptherightway.com.  900     IN      A       185.199.108.153
ja.phptherightway.com.  900     IN      A       185.199.109.153
ja.phptherightway.com.  900     IN      A       185.199.110.153
ja.phptherightway.com.  900     IN      A       185.199.111.153

Actual result

$ dig ja.phptherightway.com
(snip)
;; QUESTION SECTION:
;ja.phptherightway.com.         IN      A

;; ANSWER SECTION:
ja.phptherightway.com.  665     IN      A       192.30.252.153
m-takagi commented 7 months ago

Maybe the following pages have same problem

https://bg.phptherightway.com/

;; QUESTION SECTION:
;bg.phptherightway.com.         IN      A

;; ANSWER SECTION:
bg.phptherightway.com.  900     IN      A       192.30.252.153

https://br.phptherightway.com/

;; QUESTION SECTION:
;br.phptherightway.com.         IN      A

;; ANSWER SECTION:
br.phptherightway.com.  900     IN      A       192.30.252.153

https://id.phptherightway.com/

;; QUESTION SECTION:
;id.phptherightway.com.         IN      A

;; ANSWER SECTION:
id.phptherightway.com.  900     IN      A       192.30.252.153

https://pl.phptherightway.com/ (see also: #908)

;; QUESTION SECTION:
;pl.phptherightway.com.         IN      A

;; ANSWER SECTION:
pl.phptherightway.com.  900     IN      A       192.30.252.153

These pages are OK.

https://it.phptherightway.com/

;; QUESTION SECTION:
;it.phptherightway.com.         IN      A

;; ANSWER SECTION:
it.phptherightway.com.  900     IN      CNAME   alessandro1997.github.io.
alessandro1997.github.io. 3600  IN      A       185.199.109.153
alessandro1997.github.io. 3600  IN      A       185.199.110.153
alessandro1997.github.io. 3600  IN      A       185.199.108.153
alessandro1997.github.io. 3600  IN      A       185.199.111.153

https://sl.phptherightway.com/

;; QUESTION SECTION:
;sl.phptherightway.com.         IN      A

;; ANSWER SECTION:
sl.phptherightway.com.  900     IN      A       185.199.111.153
sl.phptherightway.com.  900     IN      A       185.199.110.153
sl.phptherightway.com.  900     IN      A       185.199.109.153