Let’s say you want to map the uploads folder with a folder in a network share drive.
Open an Admin cmd and go to /wp-content
folder and and execute the following:
mklink /d uploads \\SERVER_NAME\path\to\shared\folder
Let’s say you want to map the uploads folder with a folder in a network share drive.
Open an Admin cmd and go to /wp-content
folder and and execute the following:
mklink /d uploads \\SERVER_NAME\path\to\shared\folder