How to set expire headers for specific urls?

I have about 12 javascripts and 3 css files that need to have expire
headers set to max, how can I do this?

Thank you.

Leonardo.

Nobody? :frowning:

On Sat, May 15, 2010 at 6:20 AM, Leonardo C. [email protected]
wrote:

I have about 12 javascripts and 3 css files that need to have expire
headers set to max, how can I do this?

Use a separate location with different expires settings. It will
probably have to be regex-based location unless they are all in the
same directory with nothing else in that directory.

RPM

Thanks Ryan.