문제

I set up cache-control and expires headers via .htaccess but already it doesn't load from browser cache. When I enter the URI, I am waiting for load from web site.

URI: http://www.btgmaslak.com/static/images/main_container_background_11.jpg

도움이 되었습니까?

해결책

It works for me. The subsequent request is loaded from cache.

This is what you are sending down in the header:

Cache-Control: max-age=2592000
Expires: Tue, 29 Jun 2010 08:50:09 GMT
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top