Do not rewrite updater requests

This commit is contained in:
Victor Dubiniuk 2016-01-28 20:04:56 +03:00
parent 8b3d7d09d5
commit 4ced903427
1 changed files with 1 additions and 0 deletions

View File

@ -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>