Author Topic: need to deny media files download or to view in other sites  (Read 2945 times)

0 Members and 1 Guest are viewing this topic.

Offline maxx_84

  • Pre-Newbie
  • Posts: 2
    • View Profile
My brothers I use the script to view flv video files
I have at least 300 GB Media uploaded, add
i need to deny
media files download or to view in other sites

What is the solution

I hope hard find solution here  :|

Offline batu544

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Free Celebrity wallpapers
Re: need to deny media files download or to view in other sites
« Reply #1 on: May 23, 2010, 10:48:33 AM »
Hi,
     Try to add this in your .htaccess file, may be it will work for you..

Code: [Select]
RewriteRule .*\.(jpeg|gif|bmp|flv)$ http://www.yourdomain.com [R,NC]


Replace www.yourdomain.com with your actual website name.


Thanks,
batu544