Page not found (404)

Request Method: GET
Request URL: http://www.dld-diagnostika.de/produkt.php?id=53

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

  1. admin/doc/
  2. admin/
  3. summernote/
  4. aktuell/ [name='news']
  5. produkte/ [name='products']
  6. research/ [name='research']
  7. product/<int:pk> [name='product-detail']
  8. kontakt/ [name='kontakt']
  9. danke/ [name='danke']
  10. profil/ [name='profil']
  11. impressum/ [name='impressum']
  12. datenschutz/ [name='datenschutz']
  13. lieferbedingungen/ [name='lieferbedingungen']
  14. robots.txt
  15. index.html [name='index']
  16. [name='index']

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