diff --git a/groupdav.htaccess b/groupdav.htaccess index a1859c0f9a..59d5c7e3bf 100755 --- a/groupdav.htaccess +++ b/groupdav.htaccess @@ -12,7 +12,7 @@ # will archive the same thing, as it redirects PROPFIND or OPTION # requests to groupdav.php/ (many have such a redirect already in place). # -# An other alternativ is to copy the PROPFIND/OPTION redirect from +# An other alternativ is to copy the PROPFIND/OPTIONS redirect from # the top of EGroupware's index.php into your index.php in the docroot. # # Please note: @@ -24,5 +24,5 @@ RewriteEngine On RewriteBase / RewriteRule ^.well-known/(caldav|carddav)$ /egroupware/groupdav.php/ [R] -RewriteCond %{REQUEST_METHOD} ^PROPFIND$ +RewriteCond %{REQUEST_METHOD} ^(PROPFIND|OPTIONS)$ RewriteRule ^/$ /egroupware/groupdav.php/