HTTP 405 - Resource not allowed

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Post Reply
EcoSierra
Posts: 1
Joined: Fri Oct 22, 2010 7:03 pm

HTTP 405 - Resource not allowed

Post by EcoSierra »

I have just installed the latest version of phpMyFAQ, it looks like everything is working OK but a users can't login. The following error is thrown;

HTTP 405 - Resource not allowed
Internet Information Services


any idea how to solve this issue?


Sincerely,
Erick
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: HTTP 405 - Resource not allowed

Post by Thorsten »

Hi,

anything in the logs of the IIS?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: HTTP 405 - Resource not allowed

Post by Thorsten »

Hi,

it could be possible that IIS is configured to forbid using POST.

You should change this baviour by changing the IIS configuration:

IIS -> Sites -> DOMAIN.COM -> Handler Mappings -> Edit the CGI handler handling your requests -> Request Restrictions -> Verbs tab

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply