Page not found (404)

Request Method: GET
Request URL: http://www.wonderful.com/index.php/download_file/720/256/

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

  1. [name='home']
  2. social-responsibility/sustainability/ [name='sustainability']
  3. social-responsibility/community/ [name='community']
  4. social-responsibility/health-wellness/ [name='wellness']
  5. social-responsibility/education/ [name='wellness']
  6. social-responsibility/ [name='csr']
  7. csr/ [name='csr']
  8. careers/ [name='careers']
  9. suppliercode/ [name='suppliercode']
  10. who-we-are/ [name='about']
  11. contact/ [name='contact']
  12. terms/ [name='terms']
  13. ca-transparency/ [name='ca-transparency']
  14. brands/fiji/ [name='fiji']
  15. brands/jnsq/ [name='jnsq']
  16. brands/justin/ [name='justin']
  17. brands/landmark-wines/ [name='landmark-wines']
  18. brands/pom/ [name='pom']
  19. brands/seedless-lemons/ [name='seedless-lemons']
  20. brands/suterra/ [name='suterra']
  21. brands/teleflora/ [name='teleflora']
  22. brands/halos/ [name='halos']
  23. brands/wonderful-nurseries/ [name='wonderful-nurseries']
  24. brands/wonderful-pistachios/ [name='wonderful-pistachios']
  25. brands/wonderful-real-estate/ [name='wonderful-real-estate']
  26. mobilehelp/ [name='mobilehelp']
  27. mobileterms/ [name='mobileterms']
  28. privacy/ [name='privacy']
  29. privacy.html [name='html-privacy']
  30. privacy-v2/ [name='privacy-v2']
  31. cms/
  32. press/
  33. press.html [name='old-press-list']
  34. search.html [name='old-press-search']
  35. lyndaresnick/ [name='lyndaresnick']
  36. stewartresnick/ [name='stewartresnick']
  37. sitemap.xml [name='sitemap.xml']
  38. ^media/(?P<path>.*)$
  39. ^static/(?P<path>.*)$
  40. auth-token/
  41. ^[\w]+\.html$ [name='html-redirect']
  42. 400/
  43. 403/
  44. 404/
  45. 500/

The current path, index.php/download_file/720/256/, 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.