Firefox downloads custom 404 under IIS
April 20, 2005 3:17 PM
Subscribe
My custom 404 error page under IIS loads fine in IE, but firefox tries to download it instead of displaying it.
I'm guessing something to do with MIME type?
Also, nonexistant .php files don't get a 404 under either browser, but instead return "No input file specified."
Oh, IIS, how do I love thee, let me count the ways.
posted by CaptApollo to computers & internet (4 comments total)
As for the problem with non-existent files, I believe this is PHP's usual response when a requested file does not exist; what you need is to make IIS do the existence checking before it invokes PHP. That's what Apache, Lighttpd and other (better) web servers do.
posted by gentle at 3:27 PM on April 20, 2005