Multiple addon domains to point to main domain filesystem
        Posted  
        
            by Miky
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Miky
        
        
        
        Published on 2010-04-05T08:35:31Z
        Indexed on 
            2010/04/05
            8:43 UTC
        
        
        Read the original article
        Hit count: 409
        
Hi,
I have a main domain (www.mysite.com). All the files (source code) are stored within the public_html directory. I added one addon domain (www.mysite.net). By default it points to public_html/mysite.net/ directory. Is it possible that it reads all the files (source code) from public_html directory itself.
Actually I am planning to have multiple addon domains, the source code for all will be same.
© Stack Overflow or respective owner