Page not found (404)

Request Method: GET
Request URL: https://www.al-bahri.com/product-category/fireheat-resistant-products/?subcat=tapes

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

  1. admin/
  2. [name='index']
  3. base [name='base']
  4. about-us/ [name='about']
  5. contact/ [name='contact']
  6. team/ [name='team']
  7. career/ [name='career']
  8. story/ [name='story']
  9. page/<str:slug>/ [name='contact-us']
  10. catalog/ [name='catalog']
  11. en/<str:slug>/ [name='static']
  12. blog/
  13. siteinfo/
  14. subscribers/
  15. log/
  16. tinymce/
  17. products/
  18. __debug__/

The current path, product-category/fireheat-resistant-products/, 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.