Page not found (404)

Request Method: GET
Request URL: https://kvantex.eag.su/lnp.php?fn=/usr/local/www/kvantex.eag.su/public/news/3/105/410/mippk_ljubimec_ykhm91r2q7oyerdi4rcq.jpg&scale=14

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

  1. admin/filebrowser/
  2. grappelli/
  3. tinymce/
  4. admin/
  5. [name='home']
  6. news/ [name='news']
  7. news/<slug:slug>/ [name='post_detail']
  8. contacts/ [name='contacts']
  9. downloads/ [name='downloads']
  10. contact/ [name='contact']
  11. ^media/(?P<path>.*)$
  12. ^static/(?P<path>.*)$

The current path, lnp.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.