如何在htaccess中添加mod过期条件?

时间:2011-04-13 22:03:40

标签: .htaccess

如何在htaccess中添加模式过期条件

2 个答案:

答案 0 :(得分:0)

您需要确保已启用mod_expires模块,然后使用以下内容:

ExpiresActive on
ExpiresDefault "access plus 1 month"

您也可以根据内容类型添加过期时间,有关详细信息,请参阅Apache文档:http://httpd.apache.org/docs/current/mod/mod_expires.html

答案 1 :(得分:0)

我认为你的意思是mod_expire。

是的,您可以将这些指令添加到.htaccess。只要你设置了AllowOverride

http://httpd.apache.org/docs/2.0/mod/mod_expires.html