Page not found (404)

Request Method: GET
Request URL: http://pohl-installation.de/index.php/?id=12
Raised by: cms.views.details

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

  1. ^__debug__/
  2. ^media/(?P<path>.*)$
  3. ^static/(?P<path>.*)$
  4. ^sitemap\.xml$
  5. ^captcha/
  6. ^admin/
  7. ^xfiler/
  8. ^ ^cms_login/$ [name='cms_login']
  9. ^ ^cms_wizard/
  10. ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  11. ^ ^$ [name='pages-root']
  12. ^contact/

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