#5541: djangoproject.org not reachable
-------------------------------------+--------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: new | Component: Django Web site
Version: SVN | Keywords: domain dns
Stage: Unreviewed | Has_patch: 0
-------------------------------------+--------------------------------------
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.
--
Ticket URL: <http://code.djangoproject.com/ticket/5541>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---