# custom .htaccess for watermarking demo..
#
Options +FollowSymLinks -MultiViews

RewriteEngine On

# Send them to our image handler script, to add watermarking and cloak the "real" URI of our image..
RewriteRule ^hosted/(.*)\.(gif|jpe?g|png)$ remote-watermark.php?image=$1.$2 [NC,L,QSA]

# get URLs
php_flag allow_url_fopen on
