Page not found (404)

Request Method: GET
Request URL: http://elektrohuis.be/pages/main.xhtml%3Bjsessionid%3D620B119139AFCBB948269A4C668AE5ED

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

  1. ^grappelli/
  2. ^admin/filebrowser/
  3. ^admin/
  4. ^$ [name='website_home']
  5. ^prijslijsten/ [name='website_pricelists']
  6. ^links/ [name='website_links']
  7. ^realisaties/ [name='website_portfolio']
  8. ^contact/ [name='website_contact']
  9. ^bedankt/ [name='website_contact_thanks']
  10. ^servicevideos/ [name='website_videos']
  11. ^promoties/ [name='website_promotions']
  12. ^tips/ [name='website_tips']
  13. ^media\/(?P<path>.*)$

The current URL, pages/main.xhtml;jsessionid=620B119139AFCBB948269A4C668AE5ED, 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.