Everything works fine, except the pagination. “prevPageURL()” and “nextPageURL()” return urls that are not valid. e.g. for page 2 they return “/page:2” which leads to a “Forbidden” page, when the correct url would be “/blog/page:2”.
Is the “Forbidden” error an Apache error page or where does that come from? Because if it’s from Apache, that means that Kirby can’t control the routing.
Indeed, it looks like it doesn’t play nice with my local MAMP install (Apache/2.2.27 (Win32)). Works fine on a freshly deployed DigitalOcean Server. So it’s not that urgent any more, now that I now it actually works in production
Yes, an Apache error page:
Forbidden
You don’t have permission to access /page:2 on this server.