Page not found (404)

Request Method: GET
Request URL: http://rassegna.uniud.it/rassegnastampa.2007-02-14.2882267158/MESVENUDINEX_Innovazione_e_ricerca.pdf/allegato1

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

  1. ^$
  2. ^(?P<rassegna_date>\d+-\d+-\d+)/$
  3. ^\d+-\d+-\d+/(?P<articolo_id>\d+)/$
  4. ^creatutto/$
  5. ^search/$
  6. ^archivio/$
  7. ^archivio/(?P<rassegna_date>\d+-\d+-\d+)/$
  8. ^articolo/(?P<articolo_id>\d+)/edit$
  9. ^articolo/(?P<articolo_id>\d+)/delete$
  10. ^(?P<rassegna_date>\d+-\d+-\d+)/articolo/add$
  11. ^(?P<rassegna_date>\d+-\d+-\d+)/crea_articolo
  12. ^(?P<rassegna_date>\d+-\d+-\d+)/edit$
  13. ^rassegna/(?P<rassegna_id>\d+)/delete$
  14. ^rassegna/add$
  15. ^riviste/$
  16. ^ultimi.htm/$
  17. ^login/$
  18. ^logout/$
  19. ^admin/
  20. ^media/(?P<path>.*)$

The current URL, rassegnastampa.2007-02-14.2882267158/MESVENUDINEX_Innovazione_e_ricerca.pdf/allegato1, 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.