Hey,
First post, so excuse any faux pas.
Iāve got a pretty good grip of the basics and had deployed my site properly.
That site was hosted on SpinupWP, which for the most part I canāt recommend enough.
They had a pretty handy function to allow you to enable an automated script of Certbot to create and get an authorised SSL certificate from Letās Encrypt.
However, to allow this to happen, the Letās Encrypt service needs to send a challenge to a specific sub-directory āexample.com/.well-known/acme-challenge/ā and expects to find a text file containing a fingerprint on the server.
For the quick amongst you, you can probably already see the issue that Iāve got.
Frontity/React is capturing all URLs and routing it on the client-side - so that path is returning a 404 from the client-side and never reaching the server side.
I need to exclude that directory from the routing of frontity/react otherwise I canāt get an SSL certificate and my website āonepixelwide.co.ukā will not load.
After a couple of days of googling and prodding around to realise it wasnāt an Nginx/Ubuntu server issue, Iām now trying to see if itās possible to allow certain paths to head to be excluded by Frontity.
Firstly, I hope the above made sense, and secondly, any help would be massively appreciated.
Thanks,
Peter