From 4ced903427f64cba0cd8a3d635d84f070fbc86d6 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Thu, 28 Jan 2016 20:04:56 +0300 Subject: [PATCH] Do not rewrite updater requests --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 1b51678956..4a4adce144 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]