Page not found (404)

Request Method: GET
Request URL: http://rederemo.org/index.php/welcome/contato

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

  1. admin/
  2. [name='index']
  3. index_en/ [name='index_en']
  4. equipe/ [name='equipe']
  5. equipe_en/ [name='equipe_en']
  6. publicacoes/ [name='publicacoes']
  7. publicacoes_en/ [name='publicacoes_en']
  8. noticias/ [name='noticias_list']
  9. noticias_en/ [name='noticias_list_en']
  10. noticias/post/<int:pk> [name='noticias_detail']
  11. noticias_en/post/<int:pk> [name='noticias_detail_en']
  12. modelagem/ [name='modelagem']
  13. modelagem_en/ [name='modelagem_en']
  14. dados/ [name='dados']
  15. dados_en/ [name='dados_en']
  16. dados/grafic/<int:pk> [name='dados_grafic']
  17. dados_en/grafic/<int:pk> [name='dados_grafic_en']
  18. contatos/ [name='contatos']
  19. contatos_en/ [name='contatos_en']
  20. accounts/
  21. ^staticr/(?P<path>.*)$
  22. ^media/(?P<path>.*)$

The current path, index.php/welcome/contato, 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.