Page not found (404)

Request Method: GET
Request URL: https://anticopumps.co.in/en/index.php/2017/01/06/what-is-scomet/
Raised by: cms.views.details

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

  1. en/prod_details/<slug:slug>_<int:id> [name='prod_details']
  2. en/products/prod_details/<int:id> [name='prod_details']
  3. en/contact [name='contact']
  4. en/techData.html [name='techData']
  5. en/blog_detail/<int:id> [name='blog_detail']
  6. djga/
  7. en/download/ [name='download_file']
  8. en/about [name='about']
  9. en/termscondition [name='terms_condition']
  10. en/sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  11. en/ant2679-0867exp [name='customer_details']
  12. en/metalicpumps [name='metalicpumps']
  13. en/nonmetalicpumps [name='nonmetalicpumps']
  14. en/visit-us [name='visitus']
  15. en/careers [name='careers']
  16. ^media\/(?P<path>.*)$
  17. en/ admin/
  18. en/ ^cms_login/$ [name='cms_login']
  19. en/ ^cms_wizard/
  20. en/ ^(?P<slug>[0-9A-Za-z-_.//]+)$ [name='pages-details-by-slug']
  21. en/ ^$ [name='pages-root']

The current path, /en/index.php/2017/01/06/what-is-scomet/, 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.