Re: Apache vs IIS
- From: "J.O. Aho" <user@xxxxxxxxxxx>
- Date: Fri, 29 Feb 2008 06:48:24 +0100
eclipsme wrote:
Hi all,
I have a photo gallery script that runs perfectly on an Apache server, but when I upload it to an IIS server I get the following error when clicking on a thumbnail:
"BAD REQUEST Please go back and request another image"
Is this a configuration problem? Is it a problem with the script itself? I don't know where to being looking, so any ideas are appreciated.
As I have understood, IIS has some option for accepted verbs, if the php script uses a verb that isn't allowed, then the value won't be transported from the IIS to the php, which would make the script think the value needed hadn't been sent and those can't serve an image.
For how to fix this, check a microsoft newsgroup that covers iis.
--
//Aho
.
- References:
- Apache vs IIS
- From: eclipsme
- Apache vs IIS
- Prev by Date: Re: Apache vs IIS
- Next by Date: Why Does "function endElement($parser, $name)" Do This?
- Previous by thread: Re: Apache vs IIS
- Next by thread: Re: Apache vs IIS
- Index(es):
Relevant Pages
|