# 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
# cd /home/<username>
# rm -r ./public_html
Got any ideas?