Page not found (404)

Request Method: GET
Request URL: http://www.iab.org/wiki/index.php?title=Main_Page&direction=prev&oldid=933

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

  1. sitemap.xml
  2. ^admin/doc/
  3. ^bibliography/
  4. ^django-admin/
  5. ^blog/feed/$ [name='blog_feed']
  6. ^admin/
  7. ^documents/
  8. ^search/$ [name='search']
  9. ^static/(?P<path>.*)$
  10. ^media/(?P<path>.*)$
  11. ^test404/$
  12. ^test500/$
  13. ^misc/
  14. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  15. _util/login/ [name='wagtailcore_login']
  16. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, wiki/index.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.