Merge pull request #22658 from owncloud/exclude-ocs-provider-from-rewrite-rules

Exclude ocs-provider from rewrite rule
This commit is contained in:
Thomas Müller 2016-02-25 21:41:29 +01:00
commit 04c9abf4e5

View file

@ -63,6 +63,7 @@
RewriteCond %{REQUEST_FILENAME} !/ocs/v1.php
RewriteCond %{REQUEST_FILENAME} !/ocs/v2.php
RewriteCond %{REQUEST_FILENAME} !/updater/
RewriteCond %{REQUEST_FILENAME} !/ocs-provider/
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/.*
RewriteRule .* index.php [PT,E=PATH_INFO:$1]
</IfModule>