Your Webhosting Questions
Answered by the Webhosting Experts
Tags
...
...

How to setup /~username/domain.com?

If want to control all the domains, before they resolve, then that could be done by creating some symbolic links. Let’s say you have domain12.com and domain13.com, which you want to to access. You’d run the below commands as the user through ssh:

cd /home/username
rm -f public_html
mkdir –mode=755 public_html
cd public_html
ln -s ../domains/domain12.com/public_html domain12.com
ln -s ../domains/domain13.com/public_html domain13.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 setup the symbolic link for the selected domain for /~username.

Need More Personalized Help?

If you have any further issues, questions, or would like some assistance checking on this or anything else, please reach out to us from your my.hivelocity.net account and provide your server credentials within the encrypted field for the best possible security and support.

If you are unable to reach your my.hivelocity.net account or if you are on the go, please reach out from your valid my.hivelocity.net account email to us here at: [email protected]. We are also available to you through our phone and live chat system 24/7/365.

Tags +
...