summaryrefslogtreecommitdiffstats
path: root/apps/user_webfinger/.htaccess
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-07-27 11:40:51 +0200
committerBart Visscher <bartv@thisnet.nl>2012-07-27 11:40:51 +0200
commita7a54331082c41c5b05cd7982c058caf1556f777 (patch)
treebc51551c2430837856cdb1f3a1e04c46e0f664cb /apps/user_webfinger/.htaccess
parente8010209bb1ec8ef9ecc1cff7ac2b2d4d414bd74 (diff)
parentd26f87e738314db7820f39f74f42865ff20f7bd7 (diff)
downloadnextcloud-server-a7a54331082c41c5b05cd7982c058caf1556f777.tar.gz
nextcloud-server-a7a54331082c41c5b05cd7982c058caf1556f777.zip
Merge branch 'master' into chunked_upload
Conflicts: lib/connector/sabre/directory.php
Diffstat (limited to 'apps/user_webfinger/.htaccess')
-rw-r--r--apps/user_webfinger/.htaccess5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/user_webfinger/.htaccess b/apps/user_webfinger/.htaccess
new file mode 100644
index 00000000000..1b13cf788ff
--- /dev/null
+++ b/apps/user_webfinger/.htaccess
@@ -0,0 +1,5 @@
+<IfModule mod_rewrite.c>
+RewriteEngine on
+RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
+RewriteRule ^host-meta host-meta.php [QSA,L]
+</IfModule>