Просмотр исходного кода

adding .well-known/webfinger

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
tags/v15.0.0beta1
Maxence Lange 5 лет назад
Родитель
Сommit
6642efa7f4
2 измененных файлов: 2 добавлений и 0 удалений
  1. 1
    0
      .htaccess
  2. 1
    0
      tests/data/setUploadLimit/htaccess

+ 1
- 0
.htaccess Просмотреть файл

@@ -59,6 +59,7 @@
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteRule ^\.well-known/host-meta /public.php?service=host-meta [QSA,L]
RewriteRule ^\.well-known/host-meta\.json /public.php?service=host-meta-json [QSA,L]
RewriteRule ^\.well-known/webfinger /public.php?service=webfinger [QSA,L]
RewriteRule ^\.well-known/carddav /remote.php/dav/ [R=301,L]
RewriteRule ^\.well-known/caldav /remote.php/dav/ [R=301,L]
RewriteRule ^remote/(.*) remote.php [QSA,L]

+ 1
- 0
tests/data/setUploadLimit/htaccess Просмотреть файл

@@ -38,6 +38,7 @@ RewriteEngine on
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteRule ^\.well-known/host-meta /public.php?service=host-meta [QSA,L]
RewriteRule ^\.well-known/host-meta\.json /public.php?service=host-meta-json [QSA,L]
RewriteRule ^\.well-known/webfinger /public.php?service=webfinger [QSA,L]
RewriteRule ^\.well-known/carddav /remote.php/carddav/ [R=301,L]
RewriteRule ^\.well-known/caldav /remote.php/caldav/ [R=301,L]
RewriteRule ^apps/calendar/caldav\.php remote.php/caldav/ [QSA,L]

Загрузка…
Отмена
Сохранить