Page not found (404)

Request Method: GET
Request URL: https://www.dizeta.net/antinfortunistica.asp

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

  1. admin/
  2. [name='homepage']
  3. about.php [name='about.php']
  4. blog_single [name='blog_single']
  5. cataloghi [name='cataloghi']
  6. servizi.php [name='servizi']
  7. prodotti [name='prodotti']
  8. antincendio.php [name='antincendio']
  9. pompieristica [name='pompieristica']
  10. home.php [name='tornahome']
  11. pagecataloghi [name='pagecataloghi']
  12. segnaletica.php [name='segnaletica']
  13. antinfortunistica.php [name='Calzature_e_abbigliamento']
  14. Pronto_soccorso [name='Pronto_soccorso']
  15. principalehomepage [name='principalehomepage']
  16. Porte_tagliafuoco [name='Porte_tagliafuoco']
  17. Dispositivi_di_protezione_individuale [name='Dispositivi_di_protezione_individuale']
  18. board2/<int:board2_id>/ [name='board2']
  19. contatti
  20. utente
  21. ^media/(?P<path>.*)$
  22. ^static/(?P<path>.*)$

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