I'm on a shared host running Apache. Apparently mod_expires is not installed. Is there another way to add expires headers to css-files, images etc. on that environment?
|
|
In your Also, did you see this question? 1) Apparently you should refrain from setting the |
||||
|
You can use PHP to embed expiration headers,
source: http://developer.yahoo.com/performance/rules.html#expires |
|||
|
|
|
Just send the Header yourself using header()
Edit: Didnt see, that images, ... are also mentioned. This only works for php files or anything you pass-through php, which in most cases is not a really good idea. |
|||
|
|