Page not found (404)

Request Method: GET
Request URL: http://www.karthiayaninursinghome.com/faq.php

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

  1. ^admin/
  2. ^ ^$ [name='home']
  3. ^ ^about/$ [name='about']
  4. ^ ^departments/$ [name='departments']
  5. ^ ^treatments/$ [name='treatments']
  6. ^ ^facilities/$ [name='facilities']
  7. ^ ^doctors/$ [name='doctors']
  8. ^ ^treatments_details/(?P<slug>[-\w\d]+)/$ [name='treatments_details']
  9. ^ ^gallery/$ [name='gallery']
  10. ^ ^contact/$ [name='contact']
  11. ^static\/(?P<path>.*)$
  12. ^media\/(?P<path>.*)$

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