• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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