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

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Post Reply
jwatson
Posts: 2
Joined: Wed Nov 14, 2012 9:43 pm

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

Post 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.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

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

Post 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
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
jwatson
Posts: 2
Joined: Wed Nov 14, 2012 9:43 pm

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

Post by jwatson »

The issue was that index.php was not configured as a default page in IIS.
Post Reply