Page not found (404)

Request Method: GET
Request URL: http://menbar.net/quran/meaning.php?Action=1&QuranID=111

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

  1. auth/login/
  2. auth/register/
  3. accounts/login/ [name='login']
  4. accounts/logout/ [name='logout']
  5. api-auth/
  6. api/
  7. docs/
  8. admin/
  9. quran/
  10. u/<str:username>/
  11. u/<str:username>/notes/
  12. quran/tag/<str:tag_name>/
  13. quran/search/ [name='quran.search']
  14. quran/<int:sura_id>/
  15. quran/<int:sura_id>/<int:aya_id>/
  16. quran/note/create/ [name='quran.note.create']
  17. quran/notes/<int:note_id>/ [name='quran.note.item']
  18. quran/notes/like/<int:note_id>/ [name='quran.note.like']
  19. quran/notes/<int:note_id>/edit [name='quran.note.edit']
  20. speakers/
  21. speakers/<int:speaker_id>/<str:slug>/
  22. speakers/<int:speaker_id>/
  23. albums/
  24. albums/<int:album_id>/<str:slug>/
  25. audio/<int:track_id>/<str:slug>/
  26. albums/<int:album_id>/
  27. ^static/(?P<path>.*)$

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