PUT not allowed

admin0

Verified User
Joined
Nov 14, 2008
Messages
23
Hi,

I already did the following steps.
Code:
cd /usr/local/directadmin/custombuild
./build set http_methods GET:HEAD:POST:PUT:DELETE
./build rewrite_confs

But when I try, I get this:


Code:
<html><head>
<title>405 Method Not Allowed</title>
</head><body>
<h1>Method Not Allowed</h1>
<p>The requested method PUT is not allowed for this URL.</p>
</body></html>

OS: Debian 10
DA version: 1.60.4

What can I do further to solve/troubleshoot this ?
 
Hi,

I already did the following steps.
Code:
cd /usr/local/directadmin/custombuild
./build set http_methods GET:HEAD:POST:PUT:DELETE
./build rewrite_confs

But when I try, I get this:


Code:
<html><head>
<title>405 Method Not Allowed</title>
</head><body>
<h1>Method Not Allowed</h1>
<p>The requested method PUT is not allowed for this URL.</p>
</body></html>

OS: Debian 10
DA version: 1.60.4

What can I do further to solve/troubleshoot this ?
Often also somewhere else such protection as htaccess and so on.

And some cachings on the road?
 
Back
Top