Hi folks, When I'm serving up many (huge) MP4 files via HTML5 <video>, and want heavy caching to keep traffic down, is the following suitable public_html/.htaccess content? ===== <IfModule mod_expires.c> <FilesMatch "\.(mp4)$"> ExpiresActive On Header set Expires "Mon, 27 Mar 2038 13:33:37 GMT" </FilesMatch> </IfModule> ===== Thanks! Best regards, Norbert --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx