C
Clark
Guest
Just upgraded to a new server and I'm using Plesk for the first time. Trying to learn the ropes.
On my old machine, the path to my docment root was very short and simple. /home/mysitename/www
On the new one, with Plesk, the path is more like /home/httpd/vhosts/mywholedomainname/
So, if there is a way, I would like to create a soft link alias to point to this directory. It would be much easier to type and I think I might not need to edit a lot of lines in a lot of files if it can be done.
ln -s /home/httpd/vhosts/mywhoedomainname/httpdocs/ /home/mydomain/www/ does not seem to want to work.
On my old machine, the path to my docment root was very short and simple. /home/mysitename/www
On the new one, with Plesk, the path is more like /home/httpd/vhosts/mywholedomainname/
So, if there is a way, I would like to create a soft link alias to point to this directory. It would be much easier to type and I think I might not need to edit a lot of lines in a lot of files if it can be done.
ln -s /home/httpd/vhosts/mywhoedomainname/httpdocs/ /home/mydomain/www/ does not seem to want to work.