Page not found (404)

Request Method: GET
Request URL: http://invercolbienraiz.com/index.php/clasificados/otros/ad/854?task=addFavourite

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

  1. [name='index']
  2. login/ [name='login']
  3. logout/ [name='logout']
  4. signup/ [name='signup']
  5. profile/ [name='profile']
  6. password_change/ [name='password_change']
  7. about_us/ [name='about_us']
  8. password_reset/ [name='password_reset']
  9. password_reset/done/ [name='password_reset_done']
  10. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  11. reset/done/ [name='password_reset_complete']
  12. ad/
  13. blog/
  14. services/
  15. tinymce/
  16. admin/
  17. ^static\/(?P<path>.*)$
  18. ^media\/(?P<path>.*)$

The current path, index.php/clasificados/otros/ad/854, 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.