We're working on a site which is being developed on apache but deployed to IIS. Everything works fine on our development area but on the IIS boxes we get 404 errors when trying to download files we've uploaded with FileField. This is regardless of filetype (txt, pdf, doc)

The files are created in the correct location, the path in the generated link is correct, all the permissions look good, and when I call file_download() for the download via devel's "execute php" block, the file is downloaded without problem.

We are running ISAPI_Rewrite3 but nothing there seems to account for the difficulties we're seeing.

I'd sure appreciate any suggestions for where to look for the source of this bug.

Comments

quicksketch’s picture

Status: Active » Closed (fixed)

Closing after lack of activity. Unfortunately IIS experience is limited within the Drupal community and I doubt you'll find a solution from outside your own institution.