• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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