vote up 0 vote down star
1

Hello, Let us assume that I have two hard drives (A,B) and have the following directories:

  • /var/www
  • /var/www/upload

Currently if I upload a file to /var/www OR /var/www/upload ; it will be saved in drive A.

How do I make the folder /var/www/upload point to the drive B. So if I upload a file to /var/www/upload it will be saved in drive B but when I upload a file to /var/www ,it will be saved in drive A.

migrated to serverfault.com by Adam Wright, starblue, Dav, Nick Presta, Bill the Lizard Sep 19 at 22:10

Browse other questions tagged or ask your own question.