Opened 19 years ago

Closed 16 years ago

#725 closed defect (fixed)

missing robots.txt on django websites?

Reported by: Ian@… 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 Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

Fixed.

comment:2 by anonymous, 16 years ago

Component: DocumentationDjango Web site
Resolution: fixed
Status: closedreopened

comment:3 by Chris Beaven, 16 years ago

Resolution: fixed
Status: reopenedclosed

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.
Back to Top