Page not found (404)

Request Method: GET
Request URL: http://www.codepoints.in/domain_and_web_hosting.html

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

  1. [name='index']
  2. sitemap.xml [name='sitemap.xml']
  3. about-us/ [name='about-us']
  4. what-we-do/ [name='what-we-do']
  5. outsource-developer/ [name='outsource-developer']
  6. career/ [name='career']
  7. contact-us/ [name='contact-us']
  8. application-form/ [name='application-form']
  9. application-form/form-thank-you/ [name='form-thank-you']
  10. pims/ [name='pims']
  11. iwms/ [name='iwms']
  12. digital-marketing/ [name='digital-marketing']
  13. cycle-app/ [name='cycle-app']
  14. mob-app-details/ [name='mob-app-details']
  15. reconstruction-details/ [name='reconstruction-details']
  16. ui-ux-details/ [name='ui-ux-details']
  17. web-app-details/ [name='web-app-details']
  18. web-maintanance/ [name='web-maintanance']
  19. admin/?
  20. ^media/(?P<path>.*)$
  21. ^static/(?P<path>.*)$
  22. ^static/(?P<path>.*)$
  23. ^media/(?P<path>.*)$

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