diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-07-01 18:45:27 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-08-11 20:11:50 +0200 |
commit | 1b074f48d824107de651a34a3948692cb5ca448f (patch) | |
tree | 01d3f3b768e1730096636ad6553561adb78bcfad /.htaccess | |
parent | bd9403d3da5150389508c11e6a7beacf61c192ff (diff) | |
download | nextcloud-server-1b074f48d824107de651a34a3948692cb5ca448f.tar.gz nextcloud-server-1b074f48d824107de651a34a3948692cb5ca448f.zip |
Remove duplicated spaces
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess index 43c8ea22065..2a4c8dfe5b6 100644 --- a/.htaccess +++ b/.htaccess @@ -41,8 +41,8 @@ </IfModule> <IfModule mod_rewrite.c> RewriteEngine on - RewriteCond %{HTTP_USER_AGENT} DavClnt - RewriteRule ^$ /remote.php/webdav/ [L,R=302] + RewriteCond %{HTTP_USER_AGENT} DavClnt + RewriteRule ^$ /remote.php/webdav/ [L,R=302] 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] |