On Thu, 21 Mar 2002, andy wrote: > "Rasmus Lerdorf" <[EMAIL PROTECTED]> schrieb: >> The way to do this is to write a little PHP wrapper script that you >> stick in your document_root that does a readfile() on the file stored >> outside of the document_root. > > What would you suggest to prevent people from downloading all the image > files?
Here's one idea: write a little PHP wrapper script that you stick in your document_root that does a readfile() on the file stored outside of the document_root. miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php