Roundcube Community Forum

 

405 HTTP VERB Error

Started by regine44, November 27, 2007, 02:15:48 PM

Previous topic - Next topic

regine44

I am getting an this error after login page trying to login can someone help with why this happening.
HTTP Error 405 - The HTTP verb used to access this page is not allowed.
Internet Information Services (IIS)

erikh

Hi same for me. MySql db connection ok, login form active, i do the login and ther page connot be diplayed with error:HTTP 405
Anyon could hel us?

Many thanks

ERIK

bigworm

This is usually caused because you do not have index.php set as the default document for the directory in IIS.

evb

Or if you are using IIS5.0 or lower (Windows 2000)
This version has a bug who doesn't accept a action="./" like set in the login.html file.
To correct this, replace everywhere action="./" by action="./index.php"

Benman2785

same problem here

nginx 1.14.0 & php7.0 & rc 1.3.6

only happens with roundcube

nginx error: "2018/05/17 03:11:38 [error] 30583#0: *7 flv live: HTTP method was not "GET" or "HEAD", client: 91.XX.XX.XX, server: webmail.url.tld, request: "POST /?_task=login HTTP/1.1", host: "webmail.url.tld", referrer: "h$"

so i think i need to change ./ to ./index.php - but i dont know where ;)
or where to set index.php as defalt