Not signed in (Sign In)

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorrose2007
    • CommentTimeJul 28th 2008
     permalink
    Hi,
    I need to know how to mask a domain either through htaccess or through code.

    Say suppose I am having a blog like this http://test.domain.com/ which is working fine. Now I had purchased a domain name rose2007 and I want to mask my blog url through code. like http://rose2007.com which is actually from http://test.domain.com. Any one trying test.domain.com will get the url as http://rose2007.com

    Thanks in advance

    Regards
    Rose
    • CommentAuthorpari
    • CommentTimeJan 15th 2009
     permalink
    your httpdconf, make a virtualhost, ServerName rose2007.com , serverAlias test.domain.com. Point the rose2007 to your server IP and that's it.