瀏覽代碼

Merge pull request #20966 from knox/master

Do not rewrite letsencrypt .well-known URI
tags/v9.0beta1
Thomas Müller 8 年之前
父節點
當前提交
e307406486
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      .htaccess

+ 2
- 0
.htaccess 查看文件

@@ -45,6 +45,7 @@
RewriteRule ^\.well-known/caldav /remote.php/dav/ [R=301,L]
RewriteRule ^remote/(.*) remote.php [QSA,L]
RewriteRule ^(build|tests|config|lib|3rdparty|templates)/.* - [R=404,L]
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/.*
RewriteRule ^(\.|autotest|occ|issue|indie|db_|console).* - [R=404,L]

# Rewrite rules for `front_controller_active`
@@ -60,6 +61,7 @@
RewriteCond %{REQUEST_FILENAME} !/status.php
RewriteCond %{REQUEST_FILENAME} !/ocs/v1.php
RewriteCond %{REQUEST_FILENAME} !/ocs/v2.php
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/.*
RewriteRule .* index.php [PT,E=PATH_INFO:$1]
</IfModule>
<IfModule mod_mime.c>

Loading…
取消
儲存