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.