Roundcube Community Forum

Release Support => Pending Issues => Topic started by: regine44 on November 27, 2007, 02:15:48 PM

Title: 405 HTTP VERB Error
Post by: regine44 on November 27, 2007, 02:15:48 PM
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)
Title: Re: 405 HTTP VERB Error
Post by: erikh on December 29, 2007, 03:06:02 PM
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
Title: Re: 405 HTTP VERB Error
Post by: bigworm on January 23, 2008, 11:08:45 AM
This is usually caused because you do not have index.php set as the default document for the directory in IIS.
Title: 405 HTTP VERB Error
Post by: evb on May 16, 2008, 07:18:56 AM
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"
Title: Re: 405 HTTP VERB Error
Post by: Benman2785 on May 16, 2018, 10:45:58 PM
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