XMLRPC functionality of WordPress (Jetpack) / XMLRPC ฟังก์ชันของ WordPress (Jetpack)

If you try to install the Jetpack plugin for WordPress, you may receive the following message:

Your website needs to be publicly accessible to use Jetpack: site_inaccessible
Error Details: The Jetpack server was unable to communicate with your site [HTTP 403].
your web host if they allow connections from WordPress.com.	

This requires xmlrpc functionality in WordPress. This is disabled by default, because of security issues. You can enable it per site by adding it in the .htaccess via FTP:

<Files "xmlrpc.php">
allow from all
</Files>	

Alternatively you can also edit this file via WordPress with a plugin like this , or if you have Yoast installed; via Yoast-> Edit Files.

สำหรับภาษาไทยดังนี้

หากท่านติดตั้งปลั๊กอิน Jetpack สำหรับ WordPress ท่านอาจจะได้รับข้อความแจ้งดังนี้ 

Your website needs to be publicly accessible to use Jetpack: site_inaccessible
Error Details: The Jetpack server was unable to communicate with your site [HTTP 403].
your web host if they allow connections from WordPress.com.

การเปิดการใช้งานของฟังก์ชัน XMLRPC ใน WordPress เนื่องจากเหตุผลทางด้านความปลอดภัยจึงต้องทำการปิดการใช้งานโดยค่าเริ่มต้น แต่ท่านสามารถเปิดการใช้งานได้โดยการแก้ไขไฟล์ .htaccess ผ่านทาง FTP:

<Files "xmlrpc.php">
allow from all
</Files>

อีกทางเลือกหนึ่งท่านสามารถแก้ไขไฟล์ผ่านทาง ปลั๊กอินของ WordPress เช่น ลิ้งค์นี้ ได้หรือหากท่านติดตั้ง Yoast สามารถแก้ไขผ่านทาง Yoast > Edit Files

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.