Pointing Multiple Domains to the Same Alternate Domain Folder


/ Published in: Other
Save to your folder(s)

1) Add the domains you'd like to use (alt-example.com in this example) as alternate domains in the AccountCenter.

2) Log into your (gs) via SSH, move into the domains directory and delete the folders for alt-example.com with these commands:


Copy this code and paste it in your HTML
  1. cd domains
  2. rm -rf alt-example.com
  3. ln -s mt-example.com alt-example.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.