Page not found (404)

Request Method: GET
Request URL: https://k-smk.co.jp/en/product/index.html

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

  1. admin/
  2. [name='home_init']
  3. en/ i18n/
  4. en/ machines/
  5. en/ sell/
  6. en/ inquiry/
  7. en/ newsletter/
  8. en/ meeting/ [name='meeting']
  9. en/ about/ [name='about']
  10. en/ showroom/ [name='showroom']
  11. en/ product/ [name='product']
  12. en/ purchase/ [name='purchase']
  13. en/ access/ [name='access']
  14. en/ link/ [name='link']
  15. en/ recruit/ [name='recruit']
  16. en/ sdgs/ [name='sdgs']
  17. en/ [name='home']
  18. ^static\/(?P<path>.*)$
  19. ^media\/(?P<path>.*)$

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