.htaccess - Improving blocking user from downloading video -
i need advice in blocking user download video site. i knw impossible but
still things have done -
rename htaccess of /video.mp4 /video
(because have renamed video name random numbers takes little time find it.)
blocking htaccess of mp4
rewritecond %{http_referer} !^http(s)?://(www\.)?yourdomain\.com/ [nc] rewriterule \.(mp4)$ - [nc,f,l]
anymore tips guys can improve ??
imp. question- blocking htaccess blocking url directly computer genius/crackers ?
info- using mediaelement.js simple basic html5 code player
thank you
i honest, if client has view it, there no way stop it. thing possibly use custom player accepts encrypted traffic.
Comments
Post a Comment