Bug only affect installation which uses NGINX server. The reason is simple - the delete link (imce/delete/.jpg?token=....) forces server to think that this is image, not php script, so tries to server it directly. This could be probably fixed by changing the rewrite rules, but I think that moving image name from url path to url query would be nice.

Comments

ufku’s picture

If it supports URL-rewrite, a webserver must be able to detect if the path is a file or not.
And i don't want to retouch the 5.x code much. If you supply a patch and people confirm it to work, then i can apply it.

ufku’s picture

Status: Active » Closed (won't fix)