Page not found (404)

Request Method: GET
Request URL: http://www.zz-pizza.net/news/shownews.php?id=40

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

  1. admin/
  2. indexpc
  3. about
  4. tojoin
  5. prod
  6. news
  7. news_1
  8. news_2
  9. news_3
  10. news_4
  11. news_5
  12. firmduty
  13. firmduty_1
  14. message
  15. favicon.ico
  16. indexphone
  17. aboutphone
  18. joinphone
  19. prodphone
  20. newsphone
  21. firmdutyphone
  22. newsphone_1
  23. newsphone_2
  24. newsphone_3
  25. newsphone_4
  26. newsphone_5
  27. firmdutyphone_1

The current path, news/shownews.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.