Page not found (404)

Request Method: GET
Request URL: https://www.m1-hohenlockstedt.de/index.php?option=com_content&task=view&id=5&Itemid=28

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

  1. ^admin/
  2. ^ckeditor/
  3. ^data/media/(?P<path>.*)$
  4. de/
  5. de/
  6. de/
  7. ^(?P<slug_path>[-\w]+/?[-\w/]*)/$ [name='dynamic_url']
  8. ^(?P<slug_path>[-\w]+/?[-\w/]*)/$ [name='project_detail']
  9. ^(?P<slug_path>[-\w]+/?[-\w/]*)/$ [name='sitepage_detail']
  10. de/

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.