Page not found (404)

Request Method: GET
Request URL: https://brokken.es/index.php?controller=contact

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

  1. [name='index']
  2. contact [name='contact']
  3. about [name='about']
  4. services [name='services']
  5. testimonials [name='testimonials']
  6. vajillas_unicas [name='vajillas_unicas']
  7. catalogo [name='catalogo']
  8. decoracion_bruta [name='decoracion_bruta']
  9. exposiciones [name='exposiciones']
  10. talleres [name='talleres']
  11. albumsMasonry3col [name='albumsMasonry3col']
  12. legal [name='legal']

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.