Rookie
Verified User
Hi,
I have a client that deleted their public_html folder and all I had to do in the passed was type:
ln -s ./domains/<domain-name>/public_html ./public_html/
from their /home/<domain-name> directory.
But that doesn't create a symbolic link anymore!! I can recreate their directory but it doesnt create to symbolic link
What do i have to type to creat a symbolic link so that the "RED ARROW" appears on the yellow folder public_html directory for the client.
Thanks
Rookie
By the way: I use the old way (and set it as below) because my clients are all used to that.
http://www.directadmin.com/features.php?id=855
I have a client that deleted their public_html folder and all I had to do in the passed was type:
ln -s ./domains/<domain-name>/public_html ./public_html/
from their /home/<domain-name> directory.
But that doesn't create a symbolic link anymore!! I can recreate their directory but it doesnt create to symbolic link

What do i have to type to creat a symbolic link so that the "RED ARROW" appears on the yellow folder public_html directory for the client.
Thanks
Rookie
By the way: I use the old way (and set it as below) because my clients are all used to that.
http://www.directadmin.com/features.php?id=855