ป้องกันการถูก Hack Wordpress ด้วย .htaccess
สร้างไฟล์ .htaccess หรือ copy ข้อมูลนี้เพิ่มในไฟล์
โดยวางไฟล์ .htaccess ไว้ใน public_html
<Files *.php> Order Deny,Allow Deny from all Allow from 127.0.0.1 </Files> <Files ~ "(index.php|wp-login.php|wp-cron.php|xmlrpc.php|wp-tinymce.php|repair.php|wp-comments-post.php|admin-ajax.php)"> Order Allow,Deny Allow from all </Files>