Author Topic: 405 HTTP VERB Error  (Read 6775 times)

Offline regine44

  • Newbie
  • *
  • Posts: 1
405 HTTP VERB Error
« 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)

Offline erikh

  • Newbie
  • *
  • Posts: 1
Re: 405 HTTP VERB Error
« Reply #1 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

Offline bigworm

  • Newbie
  • *
  • Posts: 4
Re: 405 HTTP VERB Error
« Reply #2 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.

Offline evb

  • Jr. Member
  • **
  • Posts: 34
405 HTTP VERB Error
« Reply #3 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"

Offline Benman2785

  • Newbie
  • *
  • Posts: 2
Re: 405 HTTP VERB Error
« Reply #4 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