Page not found (404)

Request Method: GET
Request URL: http://www.pcc.xyz/search.php?mod=forum&srchtxt=%CE%A2%D0%C5%BB%FA%C6%F7%C8%CB&formhash=5b18ac2a&searchsubmit=true&source=hotsearch

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

  1. ^$
  2. ^go$
  3. login/
  4. logout/
  5. siteConfig/
  6. navigation/
  7. navType/
  8. delNavType/
  9. delNavigation/

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