diff options
author | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2016-01-28 20:04:56 +0300 |
---|---|---|
committer | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2016-01-28 20:04:56 +0300 |
commit | 4ced903427f64cba0cd8a3d635d84f070fbc86d6 (patch) | |
tree | a1ea82008df13ff69cd243bbebd00297f81e28d9 /.htaccess | |
parent | 8b3d7d09d52ba169953d6a7d03ab570eb3ceed7a (diff) | |
download | nextcloud-server-4ced903427f64cba0cd8a3d635d84f070fbc86d6.tar.gz nextcloud-server-4ced903427f64cba0cd8a3d635d84f070fbc86d6.zip |
Do not rewrite updater requests
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
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> |