diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-07-27 11:40:51 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-07-27 11:40:51 +0200 |
commit | a7a54331082c41c5b05cd7982c058caf1556f777 (patch) | |
tree | bc51551c2430837856cdb1f3a1e04c46e0f664cb /apps/user_webfinger/.htaccess | |
parent | e8010209bb1ec8ef9ecc1cff7ac2b2d4d414bd74 (diff) | |
parent | d26f87e738314db7820f39f74f42865ff20f7bd7 (diff) | |
download | nextcloud-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/.htaccess | 5 |
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> |