Page not found (404)

Request Method: GET
Request URL: https://b15.com.mx/index.php

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

  1. ^admin/
  2. ^documents/
  3. ^comments/
  4. ^sitemap\.xml$
  5. ^api\.survey\.json/(\d+)/$ [name='get_surveydata']
  6. ^api\.media\.json$ [name='api_media']
  7. ^api\.carousel\.json$ [name='api_carousel']
  8. ^api\.schedule\.json$ [name='api_scheduler']
  9. ^api\.notas\.json$ [name='api_recent_article']
  10. ^api\.live\.json$ [name='api_live_shows']
  11. ^publish/$ [name='publish_schedule']
  12. ^search/$ [name='search']
  13. ^robots\.txt$ [name='robots']
  14. ^ads\.txt$ [name='ads']
  15. ^app\-ads\.txt$ [name='app_ads']
  16. ^api/v2/
  17. ^images/([^/]*)/(\d*)/([^/]*)/[^/]*$ [name='wagtailimages_serve']
  18. ^notify/$ [name='notify']
  19. ^progress-notify/$ [name='progress-notify']
  20. ^_util/authenticate_with_password/(\d+)/(\d+)/$ [name='wagtailcore_authenticate_with_password']
  21. ^_util/login/$ [name='wagtailcore_login']
  22. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  23. ^_/ [name='link']
  24. ^stream/metadata$
  25. ^stream/(\d)$
  26. ^static\/(?P<path>.*)$
  27. ^media\/(?P<path>.*)$

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.