Bài đăng

Đang hiển thị bài đăng từ Tháng 9, 2017

WordPress index tiếng Nhật

Cách FIX: 1, Vào https://www.google.com/webmasters/verification kiểm tra quyền truy cập WMT 2, Download Plugin Wordfence Security về để quét toàn bộ site: Link down  đây 3, Vào File Manager xóa theo chỉ dẫn, Update các plugin nếu có 4, Kiểm tra các file so sánh với mã nguồn Wordpress : https://github.com/WordPress/WordPress 5, Xóa file có tên: comay.php; db_lookups.php 6, Vào htaccess xóa dòng: " RewriteRule ^ [a-zA-Z0-9] {3} ([a-zA-Z0-9] / $ index.php? tempweb = $ 1 & smid = $ 2 [L] " 7, Tăng cường bảo mật cho website như sau: Tạo file .htaccess để ngăn các tập tin *.php truy cập trái phép bao gồm wp-includes, wp-content và wp-content/uploads Với thư mục wp-includes, các bạn tạo file .htaccess với nội dung như sau: <Files *.php> deny from all </Files> <Files wp-tinymce.php> allow from all </Files> <Files ms-files.php> allow from all </Files> Options All -Indexe...