Page not found (404)

“/en/sub21.php” does not exist
Request Method: GET
Request URL: http://www.familyexp.com/en/sub21.php
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 [name='home_eng']
  23. en intro/intro_eng/ [name='intro_eng']
  24. en intro/history_eng/ [name='history_eng']
  25. en intro/ogchart_eng/ [name='ogchart_eng']
  26. en intro/sponsorship_eng/ [name='sponsorship_eng']
  27. en intro/access_eng/ [name='access_eng']
  28. en maintask/sea_eng/ [name='sea_eng']
  29. en maintask/air_eng/ [name='air_eng']
  30. en corevalue/corevalue_eng/ [name='corevalue_eng']
  31. en corevalue/rational_price_eng/ [name='rational_price_eng']
  32. en travel_eng [name='travel_eng']
  33. en inquiry_eng [name='inquiry_eng']
  34. jp
  35. cn
  36. ^(?P<path>.*)$

The current path, en/sub21.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.