Hello,
I need to change one user's public_html folder and I would like to be sure that there is no risk with what I did.
I first backed up the current public_html directory using
, I created a folder named 'mynewfolder' then I created a symbolic link :
It works but I would like to be sure that this will not be overrided by some daemons or some automatic CPanel checks...
Could you tell me if that's ok ?
Thanks,
T.
I need to change one user's public_html folder and I would like to be sure that there is no risk with what I did.
I first backed up the current public_html directory using
Bash:
mv public_html public_html_backup
Bash:
ln -s mynewfolder public_html
Could you tell me if that's ok ?
Thanks,
T.
Last edited by a moderator: