Page not found (404)

Request Method: GET
Request URL: https://www.goodridetire.ca/product_categories/car-minivan/

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

  1. admin/login [name='adminlogin']
  2. admin/logout [name='logout']
  3. admin/ [name='dashboard']
  4. admin/tirecategories [name='tirecategories']
  5. admin/addtirecategory [name='addtirecategory']
  6. admin/deltirecategory/<int:catid> [name='deltirecategory']
  7. admin/editcategory/<int:catid> [name='editcategory']
  8. admin/categorytires/<int:catid> [name='categorytires']
  9. admin/tires [name='tires']
  10. admin/addtire [name='addtire']
  11. admin/updatetire/<int:tireid> [name='updatetire']
  12. admin/specifications/<int:tireid> [name='specifications']
  13. admin/deletetire/<int:tireid> [name='deletetire']
  14. admin/featuredtireimagelist [name='featuredtireimagelist']
  15. admin/featuredtireimage/<int:imageid> [name='featuredtireimage']
  16. admin/homepagecategories/<int:hcatid> [name='homepagecategories']
  17. admin/delhmcategory/<int:hcatid> [name='delhmcategory']
  18. admin/homepagecategorieslist [name='homepagecategorieslist']
  19. admin/addhmcategory [name='addhmcategory']
  20. admin/dealers [name='dealers']
  21. admin/createdealer [name='createdealer']
  22. admin/dealer/<int:dealerid> [name='editdealer']
  23. admin/removedealer/<int:dealerid> [name='removedealer']
  24. admin/pages [name='pages']
  25. admin/apikey [name='apikey']
  26. admin/users [name='users']
  27. admin/rmuser/<int:userid> [name='rmuser']
  28. admin/createuser [name='createuser']
  29. admin/userdetails/<int:userid> [name='userdetails']
  30. admin/page/<int:pageid> [name='editpage']
  31. admin/uploadimage [name='uploadimage']
  32. admin/walkthrough [name='walkthrough']
  33. [name='index']
  34. home/ [name='home']
  35. homedemo/ [name='homedemo']
  36. videomock/ [name='videomock']
  37. logomock1/ [name='logomock1']
  38. logomock2/ [name='logomock2']
  39. logomock3/ [name='logomock3']
  40. videomock2/ [name='videomock2']
  41. demo/ [name='demo']
  42. recivepopupform/ [name='popupform']
  43. about/ [name='about']
  44. thankyou/ [name='thankyou']
  45. about2/ [name='about2']
  46. subscribe/ [name='subscribe']
  47. company/ [name='company']
  48. find-retailer/ [name='find-retailer']
  49. find-retailer/?P<address>[\w\ ]+/<int:radius> [name='find-retailer']
  50. searchresults/<slug:query>/ [name='searchresults']
  51. search/ [name='search']
  52. search/?P<query>[\w\ ]+/?P<result>[\w\ ]+ [name='search']
  53. digital-catalogue/ [name='digital-catalogue']
  54. our-warranty/ [name='our-warranty']
  55. media/ [name='media']
  56. testing-specifications/ [name='testing']
  57. charities/ [name='charities']
  58. buying-guide/ [name='buying-guide']
  59. tire-safety/ [name='tire-safety']
  60. maintenance-tips/ [name='maintenance-tips']
  61. tire-pressure/ [name='tire-pressure']
  62. ask-expert/ [name='ask-expert']
  63. contact/ [name='contact']
  64. getparent/ [name='getparent']
  65. faqs/ [name='faqs']
  66. legal-disclaimer/ [name='legal-disclaimer']
  67. news/ [name='news']
  68. promotions/ [name='promotions']
  69. terms-of-use/ [name='terms']
  70. tire-category/<slug:category>/<int:id> [name='tirecategory']
  71. tire-detail/<slug:name>/<int:id> [name='tiredetails']
  72. tire-detail2/<slug:name>/<int:id> [name='tiredetails2']
  73. storeautocomplete [name='storeautocomplete']
  74. topmainsearch [name='topmainsearch']
  75. storelocator/ [name='storelocator']
  76. getlocation/ [name='getlocation']
  77. chktree/ [name='cktree']
  78. sitemap.xml
  79. ^media\/(?P<path>.*)$

The current path, product_categories/car-minivan/, 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.