David Christofas

Results 25 comments of David Christofas

@martinackerl do you have the 'mod_rewrite' module enabled and if not could you enable it and check if your issue still occurs? :crossed_fingers:

> I think I have. Could you check just to make sure? The issue I found is that Apache is stripping the Authorization header when passing the request to the...

I think the problem here is that @martinackerl is on a managed hoster. I'm out of ideas. I think the next step would be to ask your hoster about the...

Not quite. You could try `ls /etc/apache2/mods-enabled`.

Then unfortunately I'm out of ideas. Maybe try to contact the ionic support to figure out how your system is setup. If mod_rewrite is enabled and if not how to...

> "Loaded Modules" > > @C0rby @martinackerl Pro tip smile I also considered it but @martinackerl did try `phpinfo` before and this didn't show the loaded modules. It's worth a...

> "server SAPI": "cgi-fcgi" This info is helpful though. :+1:

@martinackerl, okay so just to test I setup a system with fcgi and it worked there too. That means something in your setup is missing. Maybe you still need to...

> Should non-authenticated users be able to make a propfind? It seems this will break password-protected links. No, IMO this should not be possible for password protected links. > Should...