|
|
|
|
@ -537,7 +537,7 @@ class Setup { |
|
|
|
|
$content .= "\n RewriteCond %{REQUEST_FILENAME} !/(cron|public|remote|status)\\.php"; |
|
|
|
|
$content .= "\n RewriteCond %{REQUEST_FILENAME} !/ocs/v(1|2)\\.php"; |
|
|
|
|
$content .= "\n RewriteCond %{REQUEST_FILENAME} !/robots\\.txt"; |
|
|
|
|
$content .= "\n RewriteCond %{REQUEST_FILENAME} !/(ocm-provider|ocs-provider|updater)/"; |
|
|
|
|
$content .= "\n RewriteCond %{REQUEST_FILENAME} !/(ocs-provider|updater)/"; |
|
|
|
|
$content .= "\n RewriteCond %{REQUEST_URI} !^/\\.well-known/(acme-challenge|pki-validation)/.*"; |
|
|
|
|
$content .= "\n RewriteCond %{REQUEST_FILENAME} !/richdocumentscode(_arm64)?/proxy.php$"; |
|
|
|
|
$content .= "\n RewriteRule . index.php [PT,E=PATH_INFO:$1]"; |
|
|
|
|
|