0
我啓用了PHP文件輸出緩存輸出緩存並不WordPress的PHP文件工作
<configuration>
<system.webServer>
<serverRuntime frequentHitThreshold="1" frequentHitTimePeriod="00:00:30" />
<caching>
<profiles>
<add extension="*.php" policy="CacheForTimePeriod" kernelCachePolicy="CacheForTimePeriod" duration="00:00:59" location="Any" varyByQueryString="*" />
</profiles>
</caching>
</system.webServer>
</configuration>
緩存對於PHP測試文件,打印時間
http://www.ahangbaz.com/time.php
,但它不't for wordpress(日期打印在第3行的頁面上)
http://www.ahangbaz.com/index.php/4002/omega-el-producto/
我沒有在wordpress中使用任何插件。
帶*號不能正常工作。我甚至嘗試過Wordpress PermaLink格式的「index.php?id = 4002」,並沒有工作 – Reza