标签: wordpress .htaccess
我正在尝试禁用IE8的缓存。以下代码段是错误的吗?
<IfModule %{HTTP_USER_AGENT} != "MSIE [6-8]"> Some caching code </IfModule>