如何告诉浏览器使用Apache Web服务器缓存所有静态内容?

时间:2011-05-21 12:28:26

标签: php apache caching

  

可能重复:
  Ideal HTTP cache control headers for different types of resources

我们有一个大型项目,其中包含js,css,html图像等服务器的静态内容。该项目在apache服务器上运行,是一个基于php的项目。如何确保在第一次加载后用户不会收到延迟响应,从浏览器缓存中提供静态内容。

1 个答案:

答案 0 :(得分:0)

在这里查看.htaccess文件:http://html5boilerplate.com/。它们不仅向您展示如何设置过期标题,还有各种好东西使您的apache安装工作得非常好。或者您可以在他们的github repo https://github.com/paulirish/html5-boilerplate/blob/master/.htaccess

上看到该文件