Question

I did setup like this

alt text

but result is still like this:

http://img41.imageshack.us/img41/8227/resultgj.png

Where do I make a mistake?


it was casued by google analytics code. i had to setup this way

var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-xxxxxxx-1'], ['_setDomainName', 'www.xxxxxxx.com'], ['_trackPageview']);
Was it helpful?

Solution

Of course the expires header won't show.

You have set up the webserver to expire content "after 14 days".

This will result in "Cache-control: max-age=xxxx" header. Not the "Expires" header.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top