Skip to content Skip to sidebar Skip to footer

405 HTTP Error - PHP POST

I have a site running on windows server 2008. The site is HTML, and has two forms which POST to PHP scripts (both to send an email). This error comes up however when I click the

Solution 1:

Is IIS configured to handle PHP files for POST verbs? It sounds like you need to add the POST verb for PHP files, not HTML files.


Post a Comment for "405 HTTP Error - PHP POST"