Page not found (404)

Request Method: GET
Request URL: https://www.reynaertghesellen.be/site/index.php?option=com_content&view=article&id=98&Itemid=87

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

  1. ^media/(?P<path>.*)$
  2. ^static\/(?P<path>.*)$
  3. accounts/
  4. admin/
  5. impersonate/
  6. register/ [name='register']
  7. profile/ [name='profile']
  8. login/ [name='login']
  9. login2/ [name='login2']
  10. login3/ [name='login3']
  11. logout/ [name='logout']
  12. leden/
  13. leden/
  14. leden/
  15. [name='home']
  16. hometest [name='hometest']
  17. start/ [name='home-start']
  18. weblink/
  19. school/
  20. menu/
  21. blog/
  22. productie/
  23. flipbook/
  24. nieuwsbrief/
  25. inventaris/
  26. login/ [name='login']
  27. ^static\/(?P<path>.*)$
  28. ^media\/(?P<path>.*)$

The current path, site/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.