Page not found (404)

Request Method: GET
Request URL: http://martelli-pollastro.it/index.html%3Fp%3Ddocumentazione.html

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

  1. admin/
  2. ^static/(?P<path>.*)$
  3. ^media/(?P<path>.*)$
  4. [name='home']
  5. chi-siamo [name='chi-siamo']
  6. bibliografie [name='bibliografie']
  7. news/lista/ [name='news-list']
  8. news/<slug> [name='news-detail']
  9. contatti [name='contatti']
  10. servizi [name='servizi']
  11. disclaimer [name='disclaimer']

The current path, index.html?p=documentazione.html, 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.