Page not found (404)

Request Method: GET
Request URL: https://www.kastijun.hr/plugins/content/sigplus/download.php/images/galerije/Onama/Cepicko%20polje2.jpg?h=3a33aa5e272119839edc573a30d47334

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

  1. ^hr/
  2. ^staticfiles\/media\/(?P<path>.*)$
  3. ^rosetta/
  4. ^hr/

The current URL, plugins/content/sigplus/download.php/images/galerije/Onama/Cepicko polje2.jpg, 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.