On Sunday 28 October 2001 10:26 am, you wrote:
> So, the question is, how do I prevent this remoting loading from
> happening.

Well, since the users are linking directly to your image, then you can't use 
PHP commands to prevent it.  (since that would requuire the user loading a 
PHP page that then loaded the image)

However, Apache has features built in that allow you to filter out all calls 
to a certain directory (such as /images) that don't come from the local 
machine.  Check out the apache docs for more info (httpd.apache.org)

hth

--kurt

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to