Disable/Prevent Right-Click Save As of Content

Fix it!!

Disable/Prevent Right-Click Save As of Content

Postby stackbr@hotmail.com » Thu Nov 25, 2004 6:28 pm

I have a number of .mov files in a seperate directory. I have setup up mod_rewrite to prevent hot-linking to the files in the directory. However, users on other websites can still download files from my movie diretory by right-clicking the link on another website and saying save as. This is eating up bandwidth. How can I stop this?? thanks in advance.

-brian
stackbr@hotmail.com
 

Postby seomike » Mon Nov 29, 2004 6:09 pm

RewriteCond %{HTTP_HOST} !www\.yourdomain\.com
RewriteCond %{REQUEST_URI} /directory-in-which-your-files-are/$
RewriteRule ^(.*)$ http://www.yousuckassnoob.com/ [R,L]
seomike
 
Posts: 331
Joined: Thu May 06, 2004 7:36 pm
Location: Dallas


Return to Security with Mod_Rewrite

Who is online

Users browsing this forum: No registered users and 16 guests

cron