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
Comment #1
webavant commentedYeah this appears to be a side affect of my Drupal installation and not a bug in IMCE... any ideas?
Comment #2
webavant commentedThe 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?
Comment #3
webavant commentedThis was an error on my part due to my configuration of ISAPI_rewrite (mod_rewrite for IIS). Sorry for alarming you.