Page not found (404)

Request Method: GET
Request URL: https://www.trustcorreduria.com/index.html?p=13

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

  1. ^$ [name='index']
  2. ^lineas/ [name='lineas']
  3. ^nosotros/ [name='nosotros']
  4. ^corredor/ [name='corredor']
  5. ^plataformas/ [name='plataformas']
  6. ^politicas/ [name='politicas']
  7. ^contacto/ [name='contacto']
  8. ^cotiza_auto/ [name='cotiza_auto']
  9. ^cotiza_api/ [name='cotiza_api']
  10. admin/
  11. backend/
  12. grappelli/
  13. admin/ajax/
  14. cotizador/
  15. trustseguros/
  16. captcha/
  17. ^media/(?P<path>.*)$

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