Page not found (404)

Request Method: GET
Request URL: http://bone.org.tw/download/others/2020/06/12/0/1/01366074-ac92-11ea-86ba-42010a8c0002.pdf?filename=%E4%B8%AD%E8%8F%AF%E6%B0%91%E5%9C%8B%E9%AA%A8%E8%B3%AA%E7%96%8F%E9%AC%86%E7%97%87%E5%AD%B8%E6%9C%83%E3%80%90%E9%AA%A8%E8%B3%AA%E7%96%8F%E9%AC%86%E7%97%87%E5%AD%B8%E8%A1%93%E7%A0%94%E8%A8%8E%E6%9C%83%E3%80%91

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

  1. ^$ [name='index']
  2. ^contact$ [name='contact']
  3. ^contact/completed$ [name='contact_completed']
  4. ^search$ [name='search']
  5. ^images/(?P<path>(.+)/([^/]+))$ [name='images']
  6. ^pdf_images/(?P<path>(.+)/([^/]+))$ [name='images']
  7. ^dwnld(?P<path>(.+)/([^/]+))$ [name='dwnld']
  8. ^stream(?P<path>(.+)/([^/]+))$ [name='stream']
  9. ^sitemap$ [name='sitemap']
  10. ^lang/$ [name='lang']
  11. ^agenda/$ [name='agenda']
  12. ^admin/
  13. ^auth/
  14. ^captcha/
  15. ^about/
  16. ^hospital/
  17. ^education/
  18. ^news/
  19. ^books/
  20. ^training/
  21. ^meetings/
  22. ^certifications/
  23. ^subspecialties/
  24. ^library/
  25. ^links/
  26. ^committee/
  27. ^member/
  28. ^resident_manage/hospital/
  29. ^resident_manage/doctor/
  30. ^validate/
  31. ^login$ [name='login']
  32. ^logout$ [name='logout']
  33. ^api/

The current URL, download/others/2020/06/12/0/1/01366074-ac92-11ea-86ba-42010a8c0002.pdf, 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.