插件需要在
wp-content/ 下创建和更新 object-cache.php 这个 drop-in 文件。具体权限设置
在 IIS 上,给
wp-content 目录授予 IIS_IUSRS 或应用程序池身份的写入权限:CMD:
icacls “D:\wwwroot\www.s-noni.cn\wp-content” /grant “IIS_IUSRS:(OI)(CI)M” /t
启用Redis必须在wp-config.php添加唯一的”define(‘WP_CACHE_KEY_SALT’, ‘noni_net_cn_’);”

