我正在使用Amazon CloudFront在EC2上的Linux上运行WordPress 3.2.1。 大多数caching/ CDN服务工作正常。
但是,缩小URL重写不起作用。 我在Webpipe理中遇到这个错误:
它显示Minify URL重写不起作用。 如果使用apache,请validation服务器configuration是否允许.htaccess或者如果使用nginxvalidationconfiguration中包含所有configuration文件。
这是我们在Apache错误日志中看到的:
[Wed Dec 14 19:11:10 2011] [error] script '/var/www/sites/wboard/current/wordpress/wp-content/w3tc/min/index.php' not found or unable to stat
我们启用了AllowOverride。 这是怎么回事?
编辑:这可能与我们的Capistrano部署有关: http : //wordpress.org/support/topic/plugin-w3-total-cache-plugin-loses-minify-settings-on-deloyment
我们需要打破哪些文件才能完成这项工作? 有一个很好的capistrano食谱/解决方法?