リファラチェック www.xxx.com で動いているものとして www.xxx.com以外のリファラまたはリファラなしは http://www.xxxx.com/test/xxxx.php
そうしたい画像等のフォルダに.htaccess

RewriteEngine On
RewriteCond %{HTTP_REFERER} !(www.xxxx.com)
RewriteRule ^(.*)$ http://www.xxxx.com/test/xxxx.php [R,L,QSA]