Assuming on your Linux Apache server you have created 2 websites. You have setup everything in appropriate folders in your /home/ directory structure. /home/account_A/public_html/ -> domain_A.com /home/account_B/public_html/ -> domain_B.com Now you want to have /home/account_B/public_html/ to be the alias of /home/account_A/public_html/ so that both domains serve exactly the same pages, images and scripts. So, for [...]


