Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
When you're trying to renew the certificates for the other four domain names, are you visiting the certsage.php belonging to each domain name like this?
the right way:
https://phukettravelandtours.com/certsage.php (enter phukettravelandtours.com and www.phukettravelandtours.com)
https://motorbikerentalphuket.com/certsage.php (enter motorbikerentalphuket.com and www.motorbikerentalphuket.com)
etc
or like this?
the wrong way:
https://phukettravelandtours.com/certsage.php (enter phukettravelandtours.com and www.phukettravelandtours.com)
https://phukettravelandtours.com/certsage.php (enter motorbikerentalphuket.com and www.motorbikerentalphuket.com)
Yep, your webserver redirects to a custom 404 page when requested content (like the challenge file here) isn't found. Not the right way to handle a 404, but that's a separate issue (returning 200 vs 404). The main issue at hand is that the challenge file can't be found by Let's Encrypt.
That's supposed to be .well-known, not .well_known inside motorbikerentalphuket. Since the .well-known directory does not already exist there, that means CertSage never created it, indicating either that CertSage never ran for motorbikerentalphuket.com or that CertSage ran into a problem creating the directory. If you look at phuketmotorbikerent, phuketoutcallmassage, and phukettaxiandtransfers, you'll see .well-known.
The fact that one of your "secondary domains" (phuketoutcallmassage), as cPanel calls them, renewed successfully indicates that the structure and basic configuration of your cPanel isn't the issue. I suspect there's something different about the directory permissions or such for the other three. If you fix the directory for the test file I mentioned earlier, you'll have the best place to start. Once that test file can be successfully accessed from the web, your renewal should succeed.
Thanks Griffin, I am out of my depth but will doggy paddle around. I'm happy that the others worked, so to me it looks like the files are in the wrong place. I will research some more, but the bike rental site is wordpress, and there are no wordpress files in that folder, only the one I made 30 minutes ago.