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:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2016-01-28 20:04:56 +0300
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2016-01-28 20:04:56 +0300
commit4ced903427f64cba0cd8a3d635d84f070fbc86d6 (patch)
treea1ea82008df13ff69cd243bbebd00297f81e28d9 /.htaccess
parent8b3d7d09d52ba169953d6a7d03ab570eb3ceed7a (diff)
Do not rewrite updater requests
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 1b516789563..4a4adce144c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -59,6 +59,7 @@
RewriteCond %{REQUEST_FILENAME} !/status.php
RewriteCond %{REQUEST_FILENAME} !/ocs/v1.php
RewriteCond %{REQUEST_FILENAME} !/ocs/v2.php
+ RewriteCond %{REQUEST_FILENAME} !/updater/
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/.*
RewriteRule .* index.php [PT,E=PATH_INFO:$1]
</IfModule>