gpt4 book ai didi

apache - header 在javascript文件不起作用时过期

转载 作者:行者123 更新时间:2023-12-04 13:17:07 26 4
gpt4 key购买 nike

我无法使JS文件上的expire头正常工作。.在CSS文件上工作正常!

有人可以告诉我我在做什么错吗? :(

htaccess

ExpiresActive on
ExpiresDefault A0
ExpiresByType image/gif A29030400
ExpiresByType image/jpeg A29030400
ExpiresByType image/png A29030400
ExpiresByType text/css A29030400
ExpiresByType text/javascript A29030400
ExpiresByType application/x-javascript A29030400

CSS文件上的 header
Cache-Control   max-age=29030400
Connection Keep-Alive
Date Sun, 14 Oct 2012 12:06:45 GMT
Etag "be-4cbcf2ad48b40"
Expires Sun, 15 Sep 2013 12:06:45 GMT
Keep-Alive timeout=5, max=97
Server Apache/2.4.2 (Win64) PHP/5.4.3

JS文件头
Cache-Control   max-age=0
Connection Keep-Alive
Date Sun, 14 Oct 2012 12:06:45 GMT
Etag "1ad-4cc00d069f493"
Expires Sun, 14 Oct 2012 12:06:45 GMT
Keep-Alive timeout=5, max=99
Server Apache/2.4.2 (Win64) PHP/5.4.3

最佳答案

尝试将ExpiresDefault包装在<filesMatch标记中,而不是使用ExpiresByType:

<filesMatch "\.(js)$"> 
ExpiresDefault A29030400
</filesMatch>

关于apache - header 在javascript文件不起作用时过期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12882081/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com