Could you please remove the Panel users, allow Panel installation in your config and try and install the Panel on the remote.
just delete the site > accounts folder?
On panel install this time i get:
Kirby requires Apache
, Nginx
or Caddy
I think the accounts folder must exist (not 100% sure), but the folders inside.
That sounds as if Kirby doesn’t recognise the Server correctly.
yea,h I think i might just have to abandon this host
After lots of back and forth with the host - they worked out that PATCH request were blocked. I can save everything now.
I am still get 404 errors on pages like this: http://mysite.uk.com/edit/pages/home+francesca
Could the + symbol in the url be the cause?
No, the plus symbol is perfectly alright. 404 errors when just visiting the page or when trying to save?
For any other poor soul trying to install kirby on windows server I added this to my web.config file:
<security>
<requestFiltering allowDoubleEscaping="true">
</requestFiltering>
</security>