I have about 100 websites on a virtual server and would like to access a php file that will display thumbnails and images off of a root directory that will be available to all my virtual sites.
The images need to be protected from the general public, but would like all the sites to be able to share them.
Any ideas?
Thanks!
Dan
Put the images in some directory that is not shared, then create the php file that will display them in one spot. Then create sym links from each of your virtual servers to the php file.
Not sure if that makes sense to you, but that is just my idea.