dmccabe Posted March 31, 2008 Share Posted March 31, 2008 Ok so on my local machine I am using WAMP which uses Apache as it' server model. On the webserver it using IIS. Now why when I move a site from my machine to the web server does this stop working: <tr> <td colspan='6' align='center'><form name='searchfrm' method='POST' action='?page=corpaccount&action=viewall'> <input type='text' name='search' width='10' /><input type='submit' value='Search' /> </form>(searches account name and number)<br /><br /> </td> </tr> When I click the search I get HTTP 405 - Resource not allowed Internet Information Services Quote Link to comment https://forums.phpfreaks.com/topic/98818-apache-vs-iis/ Share on other sites More sharing options...
wildteen88 Posted March 31, 2008 Share Posted March 31, 2008 You may need to provide the file name perhaps in the action attribute in the form tag? edit, Seems to be an IIS configuration issue. Have a read of the following http://www.somacon.com/p126.php Quote Link to comment https://forums.phpfreaks.com/topic/98818-apache-vs-iis/#findComment-505956 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.