Hi Evert! Thank you so much for your help. Settings the baseUri to '/server.php/' in server.php didn't help. I still got the same error. But setting the baseUri to '/calendarserver.php/' in calendarserver.php did the job.
On Monday, January 2, 2017 at 7:31:32 PM UTC+1, Evert Pot wrote: > > > > On Wednesday, December 28, 2016 at 3:36:00 AM UTC-5, WG wrote: >> >> Hi Evert! >> >> Thanks for your reply. I used the baikal config, restarted nginx and now >> the calendarserver.php/ is read. However, now I get the : >> >> File not found: calendarserver.php in 'root' >> >> >> error. But the base uri should be fine. I'm running on a subdomain ( >> kalender.my-domain.de), but there is no subdirectory. I'm running the >> server.php from the directory, which is the root in the nginx >> configuration. And I can even hit the server.php and everything works fine. >> I can even upload files. It's just the calendarserver.php/ that's throwing >> an error. >> >> If I try to list the plugins from the server.php there is also an error: >> >> Requested uri (/server.php?sabreAction=plugins) is out of base uri >> (server.php/) >> >> But the base uri is defaulting to 'server.php' in my server.php. Without >> the trailing slash. >> >> Any ideas? Thank you so much for your help. >> > > In this particular case it's the preceeding slash that you're missing. For > the error that you just got, the base uri should be : /server.php/ > > Evert > -- You received this message because you are subscribed to the Google Groups "SabreDAV Discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sabredav-discuss/3ca5ab90-3270-4905-828f-273f657d69ab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
