Opened 19 years ago
Closed 16 years ago
#725 closed defect (fixed)
missing robots.txt on django websites?
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | *.djangoproject.com | Version: | |
Severity: | trivial | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
$ curl -i http://www.djangoproject.com/robots.txt
HTTP/1.1 404 Not Found
Date: Fri, 04 Nov 2005 06:32:27 GMT
and
$ curl -i http://code.djangoproject.com/robots.txt
HTTP/1.1 500 Internal Server Error
Date: Fri, 04 Nov 2005 06:33:09 GMT
VERY minor..
Change History (3)
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Component: | Documentation → Django Web site |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
We don't really need a robots.txt - no 500 error if that was why it was reopened.
Note:
See TracTickets
for help on using tickets.
Fixed.