I want to use Kirby as headless CMS and got this KQL repository running locally. When i try to host it on a simple webspace however it says “403 Forbidden you don’t have permission to access this source” and when i try to reach the panel it says “404 Not found”
I discovered that I was able to access my data via “panel.example.com/public/api/query”. But no way to access the panel interface. (However I can access it locally at “example.test/panel/site”)
EDIT
Okay … I can access my panel at “panel.example.com/public/panel/site”. What do I have to change in the configuration to not have “public” in the url?