Make more security Wordpress
Tác giả: Dương Nguyễn Phú Cường
Ngày đăng: 3 ngày trước
Lượt xem: 23
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 {} \;