Make more security Wordpress

Tác giả: Dương Nguyễn Phú Cường
Ngày đăng: 4 năm trước


https://www.wpbeginner.com/wordpress-security   https://wordpress.org/support/article/hardening-wordpress/
find /path/to/your/wordpress/install/ -type d -exec chmod 755 {} \;
find /path/to/your/wordpress/install/ -type f -exec chmod 644 {} \;