Page not found (404)

Request Method: GET
Request URL: https://www.scoilmhuireclane.ie/index.php?option=com_easyblog&view=entry&id=97&Itemid=26

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

  1. pages/
  2. tinymce/
  3. admin/
  4. login/ [name='login']
  5. logout/ [name='logout']
  6. [name='index']
  7. blog/posts/<int:id> [name='view_post']
  8. media/<path:path>
  9. blog/posts [name='get_posts']
  10. blog/posts/tags/<tag> [name='posts_by_tag']
  11. blog/posts/write/ [name='write_post']
  12. blog/posts/<int:id>/edit/ [name='edit_post']
  13. blog/posts/search [name='posts_by_search']
  14. blog/userblogs [name='get_blogs']
  15. blog/userarticles/<author> [name='articles_by_author']
  16. blog/articles/<int:id> [name='view_article']
  17. blog/articles [name='get_articles']
  18. blog/articles/tags/<tag> [name='articles_by_tag']
  19. blog/articles/write/ [name='write_article']
  20. blog/articles/<int:id>/edit/ [name='edit_article']
  21. blog/articles/search [name='articles_by_search']

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