I followed this answer here https://stackoverflow.com/a/4602181/4480164
I ran this command
wget -nd -r -P /Users/bheng/Desktop -A jpeg,jpg,bmp,gif,png -e robots=off https://www.bunlongheng.com
I kept getting
--2019-03-06 11:07:19-- https://www.bunlongheng.com/
Resolving www.bunlongheng.com... 104.27.153.38, 104.27.152.38
Connecting to www.bunlongheng.com|104.27.153.38|:443... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2019-03-06 11:07:19 ERROR 500: Internal Server Error.
My site is working fine if I go there via browser.
Why ? ♂️
How would one go about debugging this further?