From: Victor Dubiniuk Date: Thu, 28 Jan 2016 17:04:56 +0000 (+0300) Subject: Do not rewrite updater requests X-Git-Tag: v9.0beta1~157^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4ced903427f64cba0cd8a3d635d84f070fbc86d6;p=nextcloud-server.git Do not rewrite updater requests --- 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]