Page not found (404)

Request Method: GET
Request URL: https://figec-sa.com/index.php/fr/produits/depots/placements

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

  1. site-space-admin/
  2. [name='index']
  3. detail-account/<int:id>/ [name='detailAccount']
  4. blog/ [name='blogApi']
  5. blog<int:id>/ [name='blogDetailApi']
  6. services [name='indexServices']
  7. detail/<int:id>/ [name='detailServices']
  8. api/
  9. contact [name='indexContact']
  10. about [name='indexAbout']
  11. about-message/<int:id>/ [name='msgAdmin']
  12. api/
  13. our-gallery/ [name='indexFaq']
  14. detail-gallery/<int:id>/ [name='detailGallery']
  15. agency/ [name='indexAgency']
  16. career/ [name='indexCareer']
  17. detail-career/<int:id>/ [name='detailCarieer']
  18. tinymce/
  19. accounts/
  20. accounts/
  21. ^media/(?P<path>.*)$

The current path, index.php/fr/produits/depots/placements, 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.