Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-07-01 19:45:27 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-08-11 21:11:50 +0300
commit1b074f48d824107de651a34a3948692cb5ca448f (patch)
tree01d3f3b768e1730096636ad6553561adb78bcfad /.htaccess
parentbd9403d3da5150389508c11e6a7beacf61c192ff (diff)
Remove duplicated spaces
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
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]