I have a form that gets processed by a php program. When the form is submitted i always get the following error:
<blockquote>HTTP Error 405
405 Method Not Allowed
The method specified in the Request Line is not allowed for the resource identified by the request. Please ensure that you have the proper MIME type set up for the resource you are requesting.
Please contact the server's administrator if this problem persists.</blockquote>
This form has worked fine on other servers. So i'm thinking it's a server related problem.
To make sure php was on the server i tested a php program that does some calculations and returns the results. This php test program worked fine.
Can anyone tell me more about the above error and how to fix it?
<blockquote>HTTP Error 405
405 Method Not Allowed
The method specified in the Request Line is not allowed for the resource identified by the request. Please ensure that you have the proper MIME type set up for the resource you are requesting.
Please contact the server's administrator if this problem persists.</blockquote>
This form has worked fine on other servers. So i'm thinking it's a server related problem.
To make sure php was on the server i tested a php program that does some calculations and returns the results. This php test program worked fine.
Can anyone tell me more about the above error and how to fix it?