Page 1 of 1
Displaying images from another hard drive on server
Posted: Tue May 05, 2009 12:47 pm
by mouse0270
I have added a 1TB hard drive to my local server. My family is supposed to use it to upload photos and view them. My only problem is Firefox and safari doesn't seem to want to display photos from this new hard drive? works fine in IE...but I need it to work i all three..
Re: Displaying images from another hard drive on server
Posted: Tue May 05, 2009 12:54 pm
by nwhiting
To get this working you need to setup another server to run on that hardrive ( a virtual host will work ) and connect to them.
Just like a server information stored on another harddrive depending on what operating system your running wont be accessible via direct file requests.
For example
Code: Select all
<img src="http://localhost/1TB/imagePath/image.jpg" />
Re: Displaying images from another hard drive on server
Posted: Tue May 05, 2009 12:58 pm
by mouse0270
could you explain to me how to setup a virtual host, or point me in the direction I need to be. I am using the latest version of Apache and PHP...