I'm using Digital Ocean Spaces CDN to host a static website, so far so good, if I it my index.html
everything is working as expected.
The problem I'm facing now, is that if the user hit any path which that is not index.html
it gets back an Access Denied error.
I've looked inside the Digital Ocean Spaces CDN Settings and found nothing about redirecting on wrong url/path
Is there a way I could achieve that?
I would need a service like cloudflare in front of my CDN?
Sorry, but looking around on the web got me nowhere so far.