Page not found (404)

Request Method: GET
Request URL: https://haddadpapers.com/product.php?cidd5=8

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

  1. admin/
  2. [name='home']
  3. register [name='register']
  4. login [name='login']
  5. logout [name='logout']
  6. cart/ [name='cart']
  7. checkout/ [name='checkout']
  8. update_item/ [name='update_item']
  9. process_order/ [name='process_order']
  10. detailedProduct/<int:product_id> [name='detailedProduct']
  11. detailedCategory/<int:cat_id> [name='detailedCategory']
  12. detailedTag/<int:tag_id> [name='detailedTag']
  13. subcats/<int:sub_id> [name='subcats']
  14. variantProduct/<int:var_id> [name='variantProduct']
  15. allProducts/ [name='allProducts']
  16. about/ [name='about']
  17. contact/ [name='contact']
  18. profile/ [name='customer-profile']
  19. reset_password/ [name='reset_password']
  20. reset_password_sent/ [name='password_reset_done']
  21. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  22. reset_password_complete/ [name='password_reset_complete']
  23. success/ [name='thankyou']
  24. dashboard/
  25. captcha/
  26. ^images/(?P<path>.*)$

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