Page not found (404)

Request Method: GET
Request URL: http://www.josephrussell.com/blink/xmlrpc.php

Using the URLconf defined in josephrussell.urls, Django tried these URL patterns, in this order:

  1. ^blink/ ^(?P<year>\d{4})/(?P<month>[a-z]{3})/(?P<day>\w{1,2})/(?P<entry_slug>[-\w]+)/$
  2. ^blink/ ^(?P<year>\d{4})/(?P<month>[a-z]{3})/page(?P<page>\d{1,2})/$
  3. ^blink/ ^(?P<year>\d{4})/(?P<month>[a-z]{3})/$
  4. ^blink/ ^(?P<year>\d{4})/(?P<month>[a-z]{3})/(?P<day>\w{1,2})/$
  5. ^blink/ ^tags/(?P<tag_name>[-\w]+)/page(?P<page>\d{1,2})/$
  6. ^blink/ ^tags/(?P<tag_name>[-\w]+)/$
  7. ^blink/ ^page(?P<page>\d{1,2})/$
  8. ^blink/ ^$
  9. ^photos/
  10. ^music/
  11. ^contact/
  12. ^feeds/(?P<url>.*)/$
  13. ^admin/
  14. ^$
  15. ^jr_media/(?P<path>.*)$

The current URL, blink/xmlrpc.php, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.