Hello all !
I’m trying Kirby 2 after using Kirby 1 a few years ago on a couple of projects.
The environment I’m installing Kirby 2 is constrained, I cannot use the .htaccess. To accomodate with that, I added a line to config.php
:
c::set('rewrite',false);
The website works well. On the other hand, the panel doesn’t work, as all the links and forms are rewritten and don’t use /panel/index.php
in their urls.
How should I modify routes.php
to accommodate with that ?
Thanks !