如何告诉浏览器使用 Apache Web 服务器缓存所有静态内容?
可能的重复:
不同类型资源的理想 HTTP 缓存控制标头
我们有一个大型项目,其中包含大量以 js、css、html 图像等形式提供的静态内容。该项目在 apache 服务器上运行,是一个基于 php 的项目。如何确保在第一次加载发生后从浏览器缓存提供我的静态内容并且用户不会收到延迟响应。
Possible Duplicate:
Ideal HTTP cache control headers for different types of resources
we have a large project with number of static content serverd in terms of js,css,html images etc. The project is running on apache server and is a php based project. How can i ensure that my static content is served from the browser cache after the first load happens and users dont get a delayed response.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在此处查看 .htaccess 文件:http://html5boilerplate.com/。它们不仅向您展示了如何设置过期标头,还向您展示了使您的 apache 安装正常运行的各种好处。或者您可以在他们的 github 存储库上查看该文件 https://github.com/ paulirish/html5-boilerplate/blob/master/.htaccess
Take a look at the .htaccess file here: http://html5boilerplate.com/. Not only do they show you how to set the expires headers, but all kinds of goodies to make your apache install work really well. Or you can see the file on their github repo https://github.com/paulirish/html5-boilerplate/blob/master/.htaccess