我有 XAMPP, 我可以看到文件 mod_ expires. 所以正在追踪中
...XAMPPachachemodelsmod_ exdires. 如此。
不过,我认为这个模块没有装货有两个原因:
第一:调用 phpinfo () 时未列出mod_ Exdires ()
第二,我是否在.htaccess 文件中添加缓存时限, 我发现500个服务器错误 。
(在.httaccess 内有缓存代码)
<IfModule mod_expires.c>
# Activate mod_expires for this directory
ExpiresActive on
#HTML documents are good for a week from the time they were changed
ExpiresDefault M604800
</IfModule>
两个问题,然后:
mod_ explires. so 文件是否显示模块已安装?
如果 " 是 ", 我如何启用或激活?
如果没有,如何安装和启用 XAMPP?
谢谢