Page not found (404)

Request Method: GET
Request URL: https://anuncifacil.com.br/index.php?pagina=posts&id=4694&tipo=Not%25C3%25ADcias%2520Especiais&titulo=Anderson_Ribeiro_da_Silva_,_conhecido_como_%25E2%2580%259CBator%25C3%25A9%25E2%2580%259D,_25_anos,_%25C3%25A9_o_quarto_recapturado_dos_fugitivos_da_Cadeia_P%25C3%25BAblica_de_Corn%25C3%25A9lio_Proc%25C3%25B3pio

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

  1. admin/
  2. [name='home']
  3. post/<slug> [name='post']
  4. category/<slug> [name='posts.category']
  5. last-news/ [name='last.news']
  6. news-archives [name='news.archives']
  7. search/ [name='search']
  8. robots.txt
  9. ads.txt
  10. sitemap.xml
  11. posts/
  12. administrator/
  13. accounts/
  14. ^media/(?P<path>.*)$
  15. ^static/(?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.