Page not found (404)

Request Method: GET
Request URL: http://pcc.xyz/forum.php?mod=redirect&tid=18&goto=lastpost

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, forum.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.