Page not found (404)

Request Method: GET
Request URL: https://n-aerus.net/index.htm

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

  1. web/ [name='old_home2']
  2. web/index.htm [name='old_home']
  3. web/search2.htm [name='old_search']
  4. django-admin/
  5. admin/
  6. documents/
  7. test/
  8. ^static/(?P<path>.*)$
  9. ^media/(?P<path>.*)$
  10. en/

The current path, index.htm, 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.