Click to See Complete Forum and Search --> : w2k server question


Anon
07-07-2002, 01:57 AM
I've recently moved from an apache server to windows iis server running php as a binary. When running from apache i could pass form names as php variables but now through iis i get a Undefined variable error. why and how do i fix this.
thanks

Anon
07-07-2002, 04:09 AM
Under IIS you can set the URL methods that are allowed for a particular file extension. Try checking under 'application settings'. I think that is were it is and ensure that 'ALL' are enabled.

Sorry if this is vague, but i'm working from memory.

Anon
07-08-2002, 01:51 AM
Thanks very much
Stan