Merge pull request #22658 from owncloud/exclude-ocs-provider-from-rewrite-rules
Exclude ocs-provider from rewrite rule
This commit is contained in:
commit
04c9abf4e5
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue