on godaddy hosting i have following structure
/var/chroot/home/content/xx/xxxxxxx/html/website/master(Master site)
/var/chroot/home/content/xx/xxxxxxx/html/website/slave/public(Slave site)
Default primary domain maps to html directory on godaddy /var/chroot/home/content/xx/xxxxxxx/html/
Now, how do i map the primary domain to the slave site directory?
i.e, when
www.myDomain.com is typed, it should go to the slave site(/var/chroot/home/content/xx/xxxxxxx/html/website/slave/public)
I have tried using alias(/var/chroot/home/content/xx/xxxxxxx/html/) but, i'm getting error as path in use already.