Safest wordpress mode
-
Hi all,
I have a WordPress as frontpage of my website.
The content and design of WordPress will not change and it will be fixed.
For WordPress security in MySQL, I gave only the “select” privilege to the MySQL user and in host, I changed the WordPress files and directories permission like as below:find . -type f -exec chmod 444 {} + find . -type d -exec chmod 511 {} + chmod 400 wp-config.php
Does it provide the entire security without making any disturbance in WordPress usage? will it make the fully secure WordPress ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Safest wordpress mode’ is closed to new replies.