Hello,
I understand you must ssh or vnc to the server, no problem there.
I like others wish there was an easier way, but here goes...
I want
home/username/domains/domain.com/public_html/my Dir
to point to
home/username/domains/domain.com/private_html/my Dir
without having to delete private_html/myDir.
Is following correct ?
cd to
home/username/domains/domain.com/public_html/my Dir
then
ln -s home/username/domains/domain.com/private_html/my Dir
Thanks,
Glenn
I understand you must ssh or vnc to the server, no problem there.
I like others wish there was an easier way, but here goes...
I want
home/username/domains/domain.com/public_html/my Dir
to point to
home/username/domains/domain.com/private_html/my Dir
without having to delete private_html/myDir.
Is following correct ?
cd to
home/username/domains/domain.com/public_html/my Dir
then
ln -s home/username/domains/domain.com/private_html/my Dir
Thanks,
Glenn