PHP HTTP HEADER:如何保持/重建apache2的最后修改过的& ETag

时间:2013-05-07 15:29:21

标签: php http-headers apache2

直接在我的网站上调用.html标题:

HTTP/1.1 200 OK
Date: Tue, 07 May 2013 14:53:30 GMT
Server: Apache
Last-Modified: Tue, 24 Aug 2012 21:51:42 GMT
ETag: "1431a086-1e01-78e98c5498f1c"
Accept-Ranges: bytes
Content-Length: 7681
Vary: Accept-Encoding
Content-Type: text/html

现在请求通过php脚本转发 ( - 这里使用php脚本只是为了在通过正则表达式提供它之前从html过滤一些单词并为每个页面添加页脚)

,标题如下:

HTTP/1.1 200 OK
Date: Tue, 07 May 2013 14:52:50 GMT
Server: Apache
Vary: User-Agent,Accept-Encoding
Content-Type: text/html

问题:如何保持“上次修改:...”和“ ETag :...”?

感谢=)

0 个答案:

没有答案