
File not found error and .htaccess
Hi,
I am using Jw 6 and it is working fine for me and most of the visitors. But once in a while, visitors said they saw "error loading media: file not found". One time, a visitor sent me a screenshot with that error. So, I asked him to clear the browser's cache and cookies, as soon as he did that, problem solved right away.
My question is how I can prevent that issue. Should I add following code in .htaccess file? Will it help?
AddType video/mp4 .mp4 .m4v
I am using mp4 files for all videos.
Thanks.