Page not found (404)

Request Method: GET
Request URL: https://ytced.ab.ca/index.php?sub=library

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

  1. ^clientadmin/
  2. ^clientadmin/adminactions/
  3. ^robots\.txt/$
  4. ^cmsadmin/
  5. ^search/
  6. ^documents/
  7. ^sitemap\.xml$
  8. ^forms/
  9. ^static\/(?P<path>.*)$
  10. ^media\/(?P<path>.*)$
  11. ^404/$
  12. ^500/$
  13. ^_util/authenticate_with_password/(\d+)/(\d+)/$ [name='wagtailcore_authenticate_with_password']
  14. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

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