# Just to prevent listing of image files
# Based on www.javascriptkit.com/howto/htaccess11.shtml
IndexIgnore *

# Attempt to prevent 25 megs/day of traffic for just
# one image. BEWARE! Site-specific! Must have two
# versions, one for each domain name!
# Disconnected 2017-Aug-22, because I didn't understand or see the point,
# and forgot to activate the file after mass upload.
# RewriteEngine on
# RewriteCond %{HTTP_REFERER} !^$
# RewriteCond %{HTTP_REFERER} !^http://(www\.)?inquisition.ca/.*$ [NC]
# RewriteRule \.(gif|jpg)$ - [F]