htacces
# This .htaccess prevents direct access to original images.
# Part of Advanced Watermark Mod
# (c) GeekCouch http://www.geekcouch.com
Options -Indexes
Order deny,allow
Deny from all
# Specify here your shop's logo name to make it visible
Allow from all
# Specify here your shop's icon name to make it visible
Allow from all