forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: alexft on June 16, 2008, 05:08:04 pm

Title: making it difficult for people to download all your images at once.
Post by: alexft on June 16, 2008, 05:08:04 pm
Hey folks,

I am planning to set up a shop based on wonderful coppermine gallery. I would host around 750 product images. At the moment I uploaded images into /albums where I created a directory for each category. Then I used batch upload. After testing my site I noticed that images are easy to grab. Is there any way I can `hide` them so if someone will want to copy then would have to do it one by one.

I am aware of watermark solution, any other ideas?


Cheers,

Alex.
Title: Re: making it difficult for people to download all your images at once.
Post by: Nibbler on June 16, 2008, 05:11:51 pm
What do you mean 'easy to grab'? Do you see a directory listing?
Title: Re: making it difficult for people to download all your images at once.
Post by: alexft on June 17, 2008, 09:33:52 pm
Yes I can see directory listing partly. I can see/albums and sub directories there plus /images.

Title: Re: making it difficult for people to download all your images at once.
Post by: Nibbler on June 17, 2008, 09:39:06 pm
OK, add a file in your Coppermine directory named .htaccess containing the following line:

Code: [Select]
Options -Indexes

If the file already exists just add in the new line.