Page not found (404)

Request Method: GET
Request URL: http://ebook-spider.com/B%C3%BCcher/Computer%20&%20Internet/Datenbanken

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

  1. ^ebook/(?P<path>.*)$
  2. ^ebook_detail_files/(?P<path>.*)$
  3. ^$
  4. ^[^/]+_([0-9A-Fa-f]{24})/$
  5. ^index_([0-9]{1,6})/$
  6. ^Bücher/
  7. ^search/$
  8. ^download/([\s\S]*)/$
  9. ^readonline/([\s\S]*)/$
  10. ^unlimited/$
  11. ^dmca/
  12. ^policy/
  13. ^stating/
  14. ^statshare/
  15. ^robots\.txt$

The current URL, B%C3%BCcher/Computer%20&%20Internet/Datenbanken, 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.