Hi guys, I’m trying to serve some content from a folder sitting in the website root called tools.
This folder would contain subfolder, each one of them containing its own index.html, CSS and JS – but Kirby is of course catching the URL and trying to pull the actual content of it, which doesn’t exist in the /content folder.
Is there a way to tell Kirby to let some paths come through, directly, instead of running them through the usual Kirby pipeline?
I’m using nginx, at this point I’m getting suspicious the rules are not 1:1 with the ones in the .htaccess – I’ll investigate further, and post back my findings.
For the moment, thank you for this pointer, I think this might be the culprit.
Worked. So it indeed was a wrongly translated directive from .htaccess to nginx.
I did (unfortunately) without understanding much the differences between the two and the reason why this works stays a bit obscure to me. I just sniffed around a tried a few options.
If anybody knows the meaning of this change, sharing it would enrich this post considerably.
Thanks for the help.