diff --git a/.htaccess b/.htaccess
index 1b516789563e387ea4727d8c7a9004bf7e1e5b99..4a4adce144c16579aeb7799fb12ab7135fedaeaa 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>