When deleting an image (I do not know if that is the only situation where this problem occurs), on my site, the URL is the URL to delete an image is http://mydomain.com/index.php?q=imce/delete?delpath=sites/mydomain.com/f....

Shouldn't "delete?delpath" be "delete&delpath"? On IIS, there should only be one '?' in a query string, (I think). I am surprised no one has reported this bug before. Perhaps Apache realizes the '?' should be a '&'?

Comments

webavant’s picture

Yeah this appears to be a side affect of my Drupal installation and not a bug in IMCE... any ideas?

webavant’s picture

The delete link gives me a 'Page Not Found' unless I disable clean URLs, then it works fine. The difference is that when I disable clean URLs it uses the '&' instead of a '?' as an argument separator in the URL. What is wrong here?

webavant’s picture

Status: Active » Closed (fixed)

This was an error on my part due to my configuration of ISAPI_rewrite (mod_rewrite for IIS). Sorry for alarming you.