Page not found (404)

Request Method: GET
Request URL: http://www.securetomorrowinsurance.com/health-insurance.html

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

  1. [name='main']
  2. about_us [name='about_us']
  3. agents [name='agents']
  4. agents/own [name='own_agents']
  5. reviews [name='reviews']
  6. blogs [name='blogs']
  7. blog/<int:blog_pk> [name='blog']
  8. contact [name='contact']
  9. privacy-policy [name='privacy_policy']
  10. send_quote [name='send_quote']
  11. send_contact [name='send_contact']
  12. send_phone [name='send_phone']
  13. summernote/
  14. admin/
  15. ^media/(?P<path>.*)$

The current path, health-insurance.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.