Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/.htaccess/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
.htaccess 缓存不工作_.htaccess_Caching_Yslow - Fatal编程技术网

.htaccess 缓存不工作

.htaccess 缓存不工作,.htaccess,caching,yslow,.htaccess,Caching,Yslow,我正在尝试为eshop www.radiodovrecka.sk设置缓存 我已经将其添加到htaccess中,但yslow仍然无法识别缓存。你知道问题出在哪里吗 代码: 过期于 过期按类型图像/gif A31536000 ExpiresByType图像/jpg A31536000 过期按类型图像/jpeg A31536000 ExpiresByType图像/png A31536000 ExpiresByType文本/css A31536000 ExpiresByType文本/javascript

我正在尝试为eshop www.radiodovrecka.sk设置缓存

我已经将其添加到htaccess中,但yslow仍然无法识别缓存。你知道问题出在哪里吗

代码: 过期于 过期按类型图像/gif A31536000 ExpiresByType图像/jpg A31536000 过期按类型图像/jpeg A31536000 ExpiresByType图像/png A31536000 ExpiresByType文本/css A31536000 ExpiresByType文本/javascript A31536000 ExpiresByType应用程序/javascript A31536000 ExpiresByType应用程序/x-javascript A31536000 ExpiresByType图像/x图标A31536000


如需任何建议,请在下面添加Thx以缓存html内容

ExpiresByType text/html A31536000

您的服务器上是否安装了mod_expires模块?我不确定,因为这不是我的服务器,我是为一个朋友做的。我怎么检查?