in blogging, PHP, wordpress

WordPress的Jetpack插件更新

问题

WordPress的Jetpack插件可以防止恶意攻击和垃圾评论,最近更新需要授权Jetpack访问所在WordPress站点才能运行。但是我的.htaccess限制了特定IP才能访问。

解决

不限制IP访问便可解决:

#我先前限制了只有我的公网IP才能登录我的站点。
#allow from 116.87.39.153
allow from all

参考

Fixing Jetpack Connection Issues
Getting Started With Jetpack
Here’s how to get started with Jetpack.

Write a Comment

Comment