Page not found (404)

“/bbs/board.php” does not exist
Request Method: GET
Request URL: http://www.familyexp.com/bbs/board.php?bo_table=sub42_en
Raised by: django.views.static.serve

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

  1. admin/
  2. [name='home']
  3. intro/intro/ [name='intro']
  4. intro/history/ [name='history']
  5. intro/ogchart/ [name='ogchart']
  6. intro/sponsorship/ [name='sponsorship']
  7. intro/access/ [name='access']
  8. maintask/sea [name='sea']
  9. maintask/air [name='air']
  10. maintask/customs [name='customs']
  11. fegsquare/fegsquare [name='fegsquare']
  12. fegsquare/inquiry [name='inquiry']
  13. simfullo/ [name='simfullo']
  14. weandi/ [name='weandi']
  15. board/ [name='board']
  16. eventSubmit/ [name='eventSubmit']
  17. editSubmit/ [name='editSubmit']
  18. checkPassword/ [name='checkPassword']
  19. popup/ [name='popup']
  20. addEvent/ [name='addEvent']
  21. eventList/ [name='eventList']
  22. en
  23. jp
  24. cn
  25. ^(?P<path>.*)$

The current path, bbs/board.php, matched the last one.

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.