How to Protect Videos from download | Protect Your Videos From Being Downloaded

Опубликовано: 19 Март 2021
на канале: Kamlesh Jangir
9,172
135

How to prevent downloading images and video files from my website? Is it possible? What would be the best way to do this?
If you can see it, you can get it.


#Contents of .htaccess

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://localhost/myvideo/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://localhost/myvideo/.*$ [NC]
RewriteRule .(mp4|mp3|avi)$ - [F]