Plesk for Windows
kb: technical
ABT: Group A
Applicable to:
- Plesk for Windows
Symptoms
When using a PUT HTTP method in an application, one of the following errors is shown:
PLESK_INFO: 405 - HTTP verb used to access this page is not allowed.
PLESK_INFO: HTTP Error 405.0 - Method Not Allowed
Cause
The WebDAV handler conflicts with PHP/.NET Core handler.
Resolution
Disable the WebDAV module and handler and its headers from the website configuration:
-
Open the domain's web.config file at Domains > example.com > File Manager.
-
Find the section
<system.webServer>
and add the following content under it:CONFIG_TEXT: <system.webServer>
<modules>
<remove name="WebDAVModule" />
</modules>
<handlers>
<remove name="WebDAV" />
</handlers>
Comments
1 comment
Can I have a Solution for linux please
Please sign in to leave a comment.