如果没有为w3tc-config目录设置777权限,W3 Total Cache插件将无法运行

时间:2016-11-29 10:42:18

标签: wordpress w3-total-cache

我在Apache上运行我的Wordpress网站,并安装了 w3-total cache plugin 。要启用页面缓存,它需要我为w3tc-config和缓存文件夹设置777权限。

显示以下警告。

Execute next commands in a shell:
chmod 777 {MyDirectory}/wp-content/cache
chmod 777 {MyDirectory}/wp-content/w3tc-config

安全吗?有解决方法吗?

1 个答案:

答案 0 :(得分:2)

如果你正在使用W3C Total Cache,你应该这样做:

chmod 777 wp-content/w3tc-config
chmod 777 wp-content/cache

rm -rf wp-content/cache/config
rm -rf wp-content/cache/object
rm -rf wp-content/cache/db
rm -rf wp-content/cache/minify
rm -rf wp-content/cache/page_enhanced

在这种情况下,每次清除缓存时,w3tc都需要重新生成缓存,因此需要写入权限。