Page not found (404)

Request Method: GET
Request URL: http://vanderzeebouw.nl/index.php/fotos/complete-woningverbouwingen/complete-woningverbouwingen2-24

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

  1. ^sendmail/
  2. ^admin/
  3. ^ ^search/$ [name='search']
  4. ^ ^news/$ [name='news']
  5. ^ ^recent_posts/$ [name='recent_posts']
  6. ^ ^category_posts/$ [name='category_posts']
  7. ^ ^page/(?P<pk>\d+)/$ [name='page_by_id']
  8. ^ ^(?P<slug>[\w-]+)/$ [name='page']
  9. ^$

The current path, index.php/fotos/complete-woningverbouwingen/complete-woningverbouwingen2-24, 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.