Setup HTTP expires headers using PHP and Apache

后端 未结 3 1802
独厮守ぢ
独厮守ぢ 2020-11-28 03:33

How can I setup expires headers in PHP + Apache? I\'m currently using an auto_prepend to serve resources gzipped but I\'d also like to maximise the HTTP cache.

How c

3条回答
  •  北海茫月
    2020-11-28 04:14

    This Apache module might be of help: http://httpd.apache.org/docs/2.0/mod/mod_expires.html

提交回复
热议问题