How to make a link to public_html

anonymous

New member
Joined
Apr 28, 2009
Messages
2
Hello

I've got a problem. How can I recover the deleted link to public_html folder in the root dir?

Regards Roman
 
I guess you are a user, instead of an admin ?

An admin needs to SSH into the server, and type something like:
Code:
# cd /home/[COLOR="Blue"]<username>[/COLOR]
# rm -r ./public_html
# ln -s ./domains/[COLOR="Blue"]<userdomain>[/COLOR]/public_html/ ./public_html
 
I guess you are a user, instead of an admin ?

An admin needs to SSH into the server, and type something like:
Code:
# cd /home/[COLOR="Blue"]<username>[/COLOR]
# rm -r ./public_html
# ln -s ./domains/[COLOR="Blue"]<userdomain>[/COLOR]/public_html/ ./public_html

Unfortunately I've got reseller account without root permission. Got any ideas?

Anyway thanks for your help
 
Back
Top