Page not found (404)

Request Method: GET
Request URL: https://anuncifacil.com.br/index.php?pagina=posts&id=21818&tipo=Regi%EF%BF%BDo&titulo=Aves_em_risco_de_extin%EF%BF%BD%EF%BF%BDo_s%EF%BF%BDo_furtadas_do_Zool%EF%BF%BDgico_Municipal_de_Curitiba

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.