[ad_1]
I am trying to install the real simply SSL certificate in my wordpress site. An error came up and said that I need to change the permission on wp-config to read and write. Does anyone know or have any resources on how to do this?
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
You can do this through FTP, usually you can right click and find “permissions” or something similar. Or with SSH you can use the chmod command on the file.
ssh in, navigate to web root, chmod 444 wp-config.php
You can do this is several ways.
If you have access to the control panel like cPanel, it’s super easy to update the permissions –