Page not found (404)

Request Method: GET
Request URL: https://archim.org.uk/contact/committee.php

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

  1. members/
  2. [name='home']
  3. contact/ [name='contact']
  4. publications/ [name='publications']
  5. documents/ [name='documents']
  6. committee/ [name='committee']
  7. past-committee/ [name='past-committee']
  8. resources/ [name='resources']
  9. events/ [name='events']
  10. events/<term> [name='events']
  11. admin/
  12. ^images/(?P<path>.*)$
  13. ^lecturenotes/(?P<path>.*)$
  14. ^files/(?P<path>.*)$
  15. ^committees/(?P<path>.*)$
  16. ^data/(?P<path>.*)$

The current path, contact/committee.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.