<bartafterdark.RemoveThis@hotmail.com> schreef in bericht
news:onbc11h1mj85uq2i7tm1ft8qoanjlnnlha@4ax.com...
> Is there a way to allow one picture to get hotlinked?
By default Aapche is not blocking any 'hotlinking', so if you tell us what
dis-allows all, one may tell you.
If dis-allowing is done like -in .htaccess some things may differ- at:
<a style='text-decoration: underline;' href="http://httpd.apache.org/docs-2.0/misc/rewriteguide.html#access" target="_blank">http://httpd.apache.org/docs-2.0/misc/rewriteguide.html#access</a>
adding a line like
RewriteCond %{REQUEST_URI} !/your_portrait.gif$
might work for you.
However, if dis-allowing is aranged in the configuration and dthat is out of
your controle, you can not undo it in .htaccess.
Second, some browsers can be set to show images retrieved from the
referrer's site only.
HansH<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: .htacess hotlink allow?