Page 1 of 1

405 - HTTP verb used to access this page is not allowed.

Posted: Wed Nov 14, 2012 10:01 pm
by jwatson
I've just installed phpmyfaq. Versoin 2.7.9 on Windows 2008 server with SQL Server 2008 R2 database. PHP 5.4.8
When I click save configuration as admin on the Edit configuration page I get a server error:
405 - HTTP verb used to access this page is not allowed.

The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.

Searching the forum and the Web does not provide an answer so I'd appreciate some assistance.

Re: 405 - HTTP verb used to access this page is not allowed.

Posted: Thu Nov 15, 2012 7:27 am
by Thorsten
Hi,

405 is normally "method not allowed", a standard http error code. I think something is strange with your webserver. If you hit save, there's an Ajax-based POST request.

bye
Thorsten

Re: 405 - HTTP verb used to access this page is not allowed.

Posted: Fri Nov 16, 2012 7:10 pm
by jwatson
The issue was that index.php was not configured as a default page in IIS.