/.well-known/* now returns a 301 redirect, per spec.

Signed-off-by: Andrew McMillan <andrew@morphoss.com>
This commit is contained in:
Andrew McMillan 2010-11-30 12:41:43 +13:00
parent 88c45e1e7b
commit fd20cfa35b
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
HTTP/1.1 302 Found
HTTP/1.1 301 Moved Permanently
Date: Dow, 01 Jan 2000 00:00:00 GMT
Location: /caldav.php/
Content-Length: 0
Content-Type: text/html
Content-Type: text/plain; charset="utf-8"

View File

@ -1,6 +1,6 @@
HTTP/1.1 302 Found
HTTP/1.1 301 Moved Permanently
Date: Dow, 01 Jan 2000 00:00:00 GMT
Location: /caldav.php/
Content-Length: 0
Content-Type: text/html
Content-Type: text/plain; charset="utf-8"