So I ran an svn up on my Django install because I'm running into some issues that QuerysetRefactor should have fixed, and after doing so the root page of my site stopped working. Everything else appears to be working fine, just not /.
In my browser it gives me a 502 Proxy Error (which is odd, because I'm not aware that I'm using a proxy...). So I telnetted in to see what it would give me and got this: Shub-Niggurath:~ josho$ telnet bostonchefs.webfactional.com 80 Trying 75.125.175.50... Connected to bostonchefs.webfactional.com. Escape character is '^]'. GET Site not configured Connection closed by foreign host. The appropriate line of my urls.py is here: # Root (r'^/?$', 'myproject.views.index'), Does anyone have any idea what might be causing this? It seems odd that only that URL would stop working while the others are fine. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---