Page not found (404)

Request Method: GET
Request URL: http://www.bncinfo.com/index.php/vod/search/wd/%25E4%25BA%25BA%25E5%25A6%25BB%25E6%2597%25A0%25E7%25A0%2581av%25E4%25B8%25AD%25E6%2596%2587%25E7%25B3%25BB%25E5%2588%2597%25E4%25B9%2585%25E4%25B9%2585%25E6%258F%259B%25E5%25A6%25BB%25E5%25B0%258F%25E8%25AA%25AA.html

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

  1. admin/
  2. [name='index']
  3. service [name='service']
  4. team [name='team']
  5. mail [name='mail']
  6. admin/
  7. careers [name='careers']
  8. meet [name='meetings']
  9. meet-details [name='meet-details']
  10. event [name='event']
  11. event_gallery [name='event']
  12. bnc/user_form/get_next_register_id/ [name='get_next_register_id']
  13. upload_image [name='upload_image']
  14. upload/ [name='File_Uploads']
  15. profile_card [name='profile_card']
  16. bnc/user_form [name='user_form']
  17. user_profile [name='user_profile']
  18. meeting_assign [name='meeting_assign']
  19. event_assign [name='event_assign']
  20. logout/ [name='logout']
  21. sign_up [name='sign_up']
  22. login [name='login']
  23. mail_process [name='mail_process']
  24. ^media/(?P<path>.*)$
  25. social-auth/
  26. bnc/sign_up [name='home']
  27. bnc/meet [name='meet']
  28. user_form [name='user_form']
  29. [name='home']

The current path, index.php/vod/search/wd/%E4%BA%BA%E5%A6%BB%E6%97%A0%E7%A0%81av%E4%B8%AD%E6%96%87%E7%B3%BB%E5%88%97%E4%B9%85%E4%B9%85%E6%8F%9B%E5%A6%BB%E5%B0%8F%E8%AA%AA.html, 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.