Page not found (404)

Request Method: GET
Request URL: https://www.muratzeytunlu.com/hastaliklar.asp?sayfa=hastalikana&id=1

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

  1. admin/
  2. sayfa/<str:slug>/
  3. yazi/<str:slug>/
  4. kategori/<str:slug>/
  5. iletisim/
  6. ^static/(?P<path>.*)$
  7. ^media/(?P<path>.*)$

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