﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
5541	djangoproject.org not reachable	christophrauch@…	nobody	"Despite being found via various search terms (Google, etc.), the domain djangoproject.org (although registered) does not point to the new server. It is definitely a DNS problem.

djangoproject.com is OK.

{{{
$ dig www.djangoproject.com
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51720
[...]
www.djangoproject.com.  600     IN      A       64.207.133.18
}}}

djangoproject.org has no records:

{{{
$ dig www.djangoproject.org
[...]
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 33978
}}}

Mediatemple owns the DNS server.

{{{
$ whois djangoproject.org | egrep ""Name Server:""
Name Server:NS1.MEDIATEMPLE.NET
Name Server:NS2.MEDIATEMPLE.NET
[...]
}}}

If the Domain should not be used any longer, I recommend a permanent redirect of '''{{{http://([^\.]+).djangoproject.org(.*)$}}}''' to '''{{{http://$1.djangoproject.com$2}}}''' to redirect all the existing links to the .com domain."		closed	*.djangoproject.com	dev		fixed	domain dns		Unreviewed	0	0	0	0	0	0
