Forum Moderators: phranque
Any way could some one advise me on htaccess file, i would require ebay to be a ok to hotlink source but no were else.
i am not 100% knowledge with htaccess, but getting there as i learn more.
hope that makes sense,
thank you.
[google.com...]
Read at least a dozen of these to get the wider picture and a selection of different types of code, before deciding what to implement.
Post your best effort code back here for further discussion and clarification...
any way this seems like a standard thing to use
RewriteEngine on
RewriteCond %{HTTP_REFERER}!^$
RewriteCond %{HTTP_REFERER}!^http://(www\.)?mydomain.com/.*$ [NC]
rewriterule \.(gif¦jpg)$ [mydomain.com...] [R,L]
if i want ebay to be ok as i sell stuff on there and host my own pics how is this done? Would the abvoe also stop google images and such like?