Page not found (404)

Request Method: GET
Request URL: https://anisdamak.com/fr/index.php/?option=com_content&view=frontpage&Itemid=1
Raised by: cms.views.details

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

  1. ^media/(?P<path>.*)$
  2. ^static\/(?P<path>.*)$
  3. ^fr/ ^$ [name='index']
  4. ^fr/ ^admin/
  5. ^fr/ ^sitemap\.xml$
  6. ^fr/ ^select2/
  7. ^fr/ ^projects/$ [name='index_projects']
  8. ^fr/ ^projects/(?P<pk>\d+)/$ [name='detail']
  9. ^fr/ ^(?P<pk>\d+)/results/$ [name='results']
  10. ^fr/ ^contact_form/$ [name='contact']
  11. ^fr/ ^ ^cms_wizard/
  12. ^fr/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  13. ^fr/ ^ ^$ [name='pages-root']
  14. ^static\/(?P<path>.*)$

The current URL, /fr/index.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.