Hello @siggibjarnason ,
Do you have any sort of caching plugins on the site? If yes, can you try clearing all cache and see if this helps with the issue?
If not, please share some example links where you are getting this unknown error.
kind regards,
Kasia
As I said it is listing all links as down, every single link on the site is supposedly down. Including the main link https://cuddlegeek.com/.
I was going to paste a screenshot here but I guess that is not possible, so I uploaded it to the site and you can see it at https://cuddlegeek.com/2022-12-07_22-21-15.png
Hi @siggibjarnason,
That’s odd, could you please click the “Details” option for these reported URLs and check whether you could share what’s listed under “Details” so that we could have a better idea?
Please check the following where you should find the “Details” option:
Screenshot at 19:05:05.png
A screenshot would be helpful of what you notice on your side. Looking forward to your response.
Kind Regards,
Nithin
As you can see in the screenshot I posted at https://cuddlegeek.com/2022-12-07_22-21-15.png there is no details link on any of them.
Ok I solved this. Turns out it was apache and PHP config issues. First when the server was built out and PHP installed somehow the curl module did not get installed. Second apache2.conf had “AllowOverride None” for the web directory which broke permalinks and made all the links weird. Somehow they still worked manually though.