frasten
Member
Posted 2 years ago #
Hi, my wp-config.php has 400 permissions, but this plugin says that it is not secure, because, looking at its source, it checks for 640 permissions (but I really don't want to make it writable).
http://wordpress.org/extend/plugins/ultimate-security-check/
frasten
Member
Posted 2 years ago #
Again, why should be .htaccess set to 644? And wp-content 777?
I think that .htaccess should be set to 444 and wp-content to 755, to provide a more secure setup.
bsndev
Member
Plugin Author
Posted 2 years ago #
hi fasten,
thanks for your response! You're right, I need to extend the cheks and make sure file has same or less rights, but not more.
I agree people need to have more secure setup, but a lot of ftp servers don't allow remove write access to files for file owner, so people won't be able to make those rights and get A grade.
For now all checks are done according to wordpress article. So you can checkout that article.
frasten
Member
Posted 2 years ago #
You're right, I've read that article. Thank you for your kind answer.