Re: Page works when Form Action is Get but not Post



In the IIS setup, php is set to use all verbs. I checked the box to
ensure that php-cgi.exe was in the correct location and it was correct.


I deleted the php entry and recreated the php entry selecting the all
verbs option. I then restarted IIS but the problem persists.

The PHP entries (php3, phtml and php) and the only entries where all
verbs are allowed. Should I try specifying which verbs are allowed?
Is there a list of verbs to choose from?

Thanks for the help.

Michael

.



Relevant Pages

  • Re: Page works when Form Action is Get but not Post
    ... I then restarted IIS but the problem persists. ... The PHP entries and the only entries where all ... verbs are allowed. ...
    (alt.php)
  • Re: Blank PHP pages
    ... configuration mappings on the default website and php is listed with a ... path of C:\PHP\php-cgi.exe and ALL verbs. ... is that you did not associate .php with the PHP ...
    (alt.php)
  • Re: Blank PHP pages
    ... configuration mappings on the default website and php is listed with a ... path of C:\PHP\php-cgi.exe and ALL verbs. ... is that you did not associate .php with the PHP ...
    (alt.php)
  • Re: $_POST problem with PHP5 on IIS
    ... Check your IIS configuration and see what verbs are permitted for PHP. ... Prev by Date: ...
    (comp.lang.php)
  • Re: Page works when Form Action is Get but not Post
    ... what types of HTTP request verbs are allowed for each type of file extension. ... It sounds as if your IIS setup is denying POST requests for ..php files. ... Select and edit the entry for .php files, and either add POST as a verb, or select All Verbs. ...
    (alt.php)