Putting Media Files on Separate Server
-
I’m setting up a load balanced wordpress site running on IIS. I’d like to keep media files on a separate server and have copied the uploads folder there. I was able then to create a virtual directory in IIS to point to the location on the separate server. All the images are displaying correctly via the virtual directory and the URL.
However, when I go to upload a media file, it uploads to the original server-even if I’ve deleted the directory. In this case, it creates a new one. It appears that it needs to find the physical path. My question is if there is a way to specify the physical path for the upload so it uploads to the directory on the separate server?
The topic ‘Putting Media Files on Separate Server’ is closed to new replies.