Announcement

Collapse
No announcement yet.

erorr 405

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • erorr 405

    good day
    I transferred my own portal to the server with a backup of the entire server.
    After transfer, I can not make changes in some areas
    Like changing status in files. And the message is 405.
    Can you tell where the problem is?




  • #2
    Hello.
    Error 405 returns by a server and means 'Method not allowed' https://developer.mozilla.org/en-US/...TTP/Status/405. I assume that the PUT method is not allowed. You should allow it.

    Comment


    • #3

      Enabling PUT and DELETE methods in apache/nginx
      CustomBuild 2.0 has the ability to add the extra methods by overriding the default list.

      To add , run the following:


      cd /usr/local/directadmin/custombuild
      ./build set http_methods GET:HEAD:POST:PUT
      ./build rewrite_confs


      I fixed this problem . tnx

      Comment

      Working...
      X