If you wish to be able to control all domain on an account before they resolve, you can do so by creating some symbolic links. Let's say you have domain1.com and domain2.com which you want to be able to access. You'd run the following as the user through ssh:

 

cd /home/username
rm -f public_html
mkdir --mode=755 public_html
cd public_html
ln -s ../domains/domain1.com/public_html domain1.com
ln -s ../domains/domain2.com/public_html domain2.com

 

Alternatively, if you just wish to switch which domain is being used for /~username, you can do so by logging into the User Panel -> Domain Administration -> select the active domain to use and click "Set as Default". This will set up the symbolic link for the selected domain for /~username.

 

Ha estat útil la resposta? 0 Els usuaris han Trobat Això Útil (0 Vots)