Our server is running Apache on Linux. I am using PHp to generate my webpages. I have two sites set up. One is for administrating the content and the second to actually view the site. The first one is of course password protected.
There are two virtual directories set up on the server that contain both sites. I would like to second (non-password protected) site to be able to access some files in the diectory of the first site.
How could this be done?
If this does not make sense, here are some more details. The first site contains some scripts that help the adin to upload images. The images then are resized and stored in a specific directory "/www/site1/uploads". I would like the second site to be able to access those files in the folder mentioned above.
Any ideas on how to link the files on the second site?
Thanks,
t