Page not found (404)

Request Method: GET
Request URL: http://emma2.radio4all.net/pub/files/lennonvideo@sbcglobal.net/1249-1-20070312-mindwalk_03122007.mp3

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

  1. __debug__/
  2. [name='home']
  3. newhome [name='newhome']
  4. about/ [name='about']
  5. contact/ [name='contact']
  6. news/ [name='news']
  7. news [name='news']
  8. news/<int:pk> [name='news-entry']
  9. program/<int:pk> [name='program-detail']
  10. program/my/ [name='my-programs']
  11. program/add/
  12. edit/program/<int:pk>
  13. edit/version/<int:version_id>
  14. edit/segment/<int:file_id>
  15. version/add/<int:program_id>
  16. delete/version/<int:program_id>/<int:version_id>
  17. delete/program/<int:program_id>
  18. delete/segment/<int:program_id>/<int:version_id>/<int:file_id>
  19. script/<int:program_id>/<int:version_id>
  20. add/segment/<int:program_id>/<int:version_id>
  21. faq/ [name='faq']
  22. faq [name='faq']
  23. faq/<int:pk> [name='faq-entry']
  24. admin/
  25. accounts/
  26. download/<int:program>/<int:version>/<int:file>/
  27. series/
  28. series/<str:series_name>
  29. filter/series/<slug:letter>
  30. contributor/
  31. contributor/<int:uid>
  32. contributor/<int:uid>/contact
  33. topic/
  34. topic/<int:topic_id>
  35. filter/advisory/
  36. filter/advisory/<int:advisory_id>
  37. filter/type/
  38. filter/license/
  39. filter/license/legacy/<slug:legacy_license>
  40. filter/length/
  41. filter/length/<str:length_to_use>/
  42. filter/type/<int:pk>
  43. filter/contributor/<slug:letter>
  44. filter/license/<slug:abbrev>
  45. filter/popular/
  46. filter/popular/<int:pagenum>
  47. search/
  48. support
  49. support/
  50. m/
  51. m/program/<int:pk>
  52. podcast.xml
  53. podcast/podcast.xml
  54. files/<str:acct>/<str:prg>
  55. ^api/
  56. ^api-auth/
  57. ^static\/(?P<path>.*)$

The current path, pub/files/lennonvideo@sbcglobal.net/1249-1-20070312-mindwalk_03122007.mp3, 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.