View Single Post
Old 11-04-2008, 07:09 PM   #1 (permalink)
Rex100
 
Newb Techie

Join Date: Jul 2008

Posts: 30

Rex100 is on a distinguished road

Default Server Header and Mod Headers.c

Tech-Forums,

I added

Code:
<IfModule mod_headers.c>
<FilesMatch "\.(ico|jpg|jpeg|gif)$">
Header set Cache-Control "max-age=37440000"
</FilesMatch>
<FilesMatch "\.(css)$">
Header set Cache-Control "max-age=87000"
</FilesMatch>
<FilesMatch "\.(html|htm)$">
Header set Cache-Control "max-age=300"
</FilesMatch>
</IfModule>
to my .htaccess. Should I see this reflected in the server header for my site in some way?

Thanks

Last edited by Mak213; 11-04-2008 at 10:03 PM.
Rex100 is offline