Page not found (404)

No LegacyPage matches the given query.
Request Method: GET
Request URL: https://whiteestate.org/books/ed/edforward.html
Raised by: legacy.views.index

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

  1. sitemap.xml
  2. ^resources/gc-session/(?P<slug>gc-prayer-[a-z]{2,4})/?$ [name='legacy_gc']
  3. ^vez/.*$ [name='legacy_vez']
  4. ^godsmessenger/.*$ [name='legacy_gm']
  5. ^godsmessenger\.html\.*$ [name='legacy_gm']
  6. ^index\.html\.*$ [name='legacy_gm']
  7. ^index1\.html\.*$ [name='legacy_gm']
  8. ^index2\.html\.*$ [name='legacy_gm']
  9. ^(?P<url>/)$ [name='legacy_dirs']
  10. ^(?P<url>cdrom/register/)$ [name='legacy_dirs']
  11. ^(?P<url>creation/)$ [name='legacy_dirs']
  12. ^(?P<url>egw&brain/)$ [name='legacy_dirs']
  13. ^(?P<url>estate/)$ [name='legacy_dirs']
  14. ^(?P<url>vista/)$ [name='legacy_dirs']
  15. ^(?P<url>partnerbrochure\.pdf)$ [name='legacy_dirs']
  16. ^(?P<url>books/apps/)$ [name='custom_dirs']
  17. ^(?P<url>books/apps/app-android/)$ [name='custom_dirs']
  18. ^(?P<url>books/apps/app-ios/)$ [name='custom_dirs']
  19. ^(?P<url>books/apps/app-windows/)$ [name='custom_dirs']
  20. ^(?P<url>books/apps/app-macos/)$ [name='custom_dirs']
  21. ^(?P<url>books/apps/web/)$ [name='custom_dirs']
  22. ^(?P<url>resources/centennial/egw-centennial-site/)$ [name='custom_dirs']
  23. ^search/(?P<url>.+)$ [name='legacy_search']
  24. ^devotional/devotional\.asp\.*$
  25. ^devotional\.asp\.*$
  26. ^devotional1\.asp\.*$
  27. ^devotional/(?P<code>[a-z]{2,3})/(?P<date>[0-9]{2}_[0-9]{2})\.asp\.*$ [name='devotional-legacy']
  28. books/devotional/
  29. devotional/
  30. ^devotional/(?P<code>[a-z]{2,3})/$ [name='devotional-book']
  31. ^devotional/(?P<code>[a-z]{2,3})/(?P<date>[0-9]{2}_[0-9]{2})/$ [name='devotional-page']
  32. books/thought/
  33. devotional/thought/ [name='devotional-thought-today']
  34. ^devotional/thought/(?P<date>20[0-9]{2}-[0-9]{2}-[0-9]{2})/$ [name='devotional-thought-date']
  35. ^devotional/thought/share/(?P<date>20[0-9]{2}-[0-9]{2}-[0-9]{2})/$ [name='devotional-thought-share']
  36. ^audio/(?P<pubnr>\d+)/$ [name='audiobook-short']
  37. ^audio/(?P<pubnr>\d+)/(?P<slug_outer>[a-z0-9-]+)/$ [name='audiobook-page']
  38. ^(?P<url>.*\.html\.*)$ [name='legacy']

The current path, books/ed/edforward.html, 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.