如果不为 w3tc-config 目录设置 777 权限,W3 Total Cache 插件将无法工作

W3 Total Cache plugin doesn't work without setting 777 permission for w3tc-config directory

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

它显示以下警告。

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

安全吗?有解决方法吗?

如果您正在使用 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都需要重新生成缓存,因此需要写权限。