Page not found (404)

Request Method: GET
Request URL: http://www.smartcounter.it/index.php/2-articoli/5-cosa-e-il-deconto

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

  1. cookies/
  2. admin/
  3. offline [name='index']
  4. [name='home']
  5. deconto-e-telemetria [name='deconto-e-telemetria']
  6. funzionamento-smartcounter [name='funzionamento-smartcounter']
  7. applicazione-web [name='applicazione-web']
  8. smartcounter-pro [name='smartcounter-pro']
  9. come-acquistare [name='come-acquistare']
  10. chi-siamo [name='chi-siamo']
  11. condizioni-di-vendita [name='condizioni-di-vendita']
  12. privacy [name='privacy']
  13. vantaggi [name='vantaggi']
  14. contattaci [name='contattaci']
  15. promo-natale [name='promo-natale']

The current path, index.php/2-articoli/5-cosa-e-il-deconto, 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.