• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Security errors - How to fix

sreeja

New Pleskian
We are getting below errors from Wordpress Web toolkit

1.Restrict access to files and directories.
2.Block directory browsing.
3.Block unauthorized access to wp-config.php.
4.Disable PHP execution in cache directories.
5.Block access to sensitive files.

We did the below fix in htaccess.

<files wp-config.php>
order allow,deny
deny from all
</files>

Options -Indexes


Also we updated file permission as wp-config file to 600, for other files to 644, and for directories to 755.
But in cPanel still showing the same error as not resolved.
 

Attachments

  • Capture.PNG
    Capture.PNG
    206.2 KB · Views: 4
Last edited:
Back
Top