Hello,
browsing this forum I can't find the solution for the major problem affecting my usage of 4images: how to prevent hotlinking.
I read various threads, however many were in German. I would like to read something explaining in English, step by step, a very basic solution to prevent other websites to link my images (and consume my bandwith).
I tried a remedy with the following .htaccess file:
RewriteEngine On
RewriteBase/
RewriteCond %{HTTP_REFERER} !^http://www.example.com/data/media/images_folder/ [NC,OR]
RewriteCond %{HTTP_REFERER} !^http://example.com/data/media/images_folder/ [NC]
RewriteRule [^/]+.(gif|jpg)$ - [NC,F,L]
I uploaded the .htaccess file via FTP in ASCII mode and placed in any of the images_folder (categories) including the photos.
However, this remedy prevents hotlinking but also prevents to view the image in 'details.php?image_id=...' . So it proves to be useless. Am I putting .htaccess files in the wrong foders?
Could anybody suggest me a solution working with 4images1.7.4 release?
For me this is crucial in keeping to use 4image.
Thanks a lot.