Anyone know a company that I can pay to get solid advice on this? I mean a company that actually knows what to do in my situation, instead of just accepting my money and then using Google/Stack Overflow to see what information they can give me. Best regards, Norbert On Thu, 2019-06-13 at 20:40 +0200, Norbert de Jonge wrote: Hi folks,When I'm serving up many (huge) MP4 files via HTML5 <video>, and wantheavy caching to keep traffic down, is the following suitablepublic_html/.htaccess content?=====<IfModule mod_expires.c><FilesMatch "\.(mp4)$">ExpiresActive OnHeader set Expires "Mon, 27 Mar 2038 13:33:37 GMT"</FilesMatch></IfModule>=====Thanks!Best regards,Norbert---------------------------------------------------------------------To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxxFor additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx |