https://bugs.kde.org/show_bug.cgi?id=362885
--- Comment #3 from Robert Schöftner <r...@unfoo.net> --- Workaround in apache / davical: enable rewrite module and include something like this RewriteEngine On RewriteRule ^(.*\.[iv]cs)/$ $1 [L,PT] in your <VirtualHost> definition. This removes a trailing / from URLs ending in .ics/ and .vcs/. Proper fix would be to find out why in some cases a / is appended to the URL. -- You are receiving this mail because: You are watching all bug changes.