Page not found (404)

Request Method: GET
Request URL: http://it.nhhs.no/index.php/kontakt-oss/kontaktinformasjon

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

  1. [name='home']
  2. about/ [name='about']
  3. faq/ [name='faq']
  4. projects/ [name='projects']
  5. project_requests/ [name='project_requests']
  6. board/ [name='board']
  7. visma [name='visma']
  8. gallery [name='gallery']
  9. twoday [name='twoday']
  10. ^static/(?P<path>.*)$
  11. about/
  12. project_requests/
  13. admin

The current path, index.php/kontakt-oss/kontaktinformasjon, 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.