Error "HTTP 405 - Resource not allowed"
I have just recently invested my time in configuring Apache. Before I was getting some other hosting company site to host my site but I now wish to host my own. Everything is going perfectly apart from one single (very important thing). I can't use the method POST on my server.
At first when I installed the mod Apache::ASP I was overjoyed. When I went to www.domain.co.uk it worked perfectly (I just downloaded a simple login asp page, with a data base, sign up page and admin area). However when ever someone clicks login or sign up it generates the error HTTP 405 - Resource not allowed. I later discovered that this was due to the method 'POST' not being allowed (through the error logs, held inside /var/log/httpd/error_log).
I believe that this problem is something to do with my configuration file (httpd.conf) or my access files (.htaccess) I know that it is not a problem with the site because it works at my current hosting company.
Any help on this matter would be greatly received.
|