Wildcard dns as subdomain in localhost using apache
        Posted  
        
            by 
                Sankaranand
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Sankaranand
        
        
        
        Published on 2010-12-29T09:51:47Z
        Indexed on 
            2010/12/29
            9:55 UTC
        
        
        Read the original article
        Hit count: 415
        
Hi,
i am developing a web application in Zend Framework running in apache server (xampp). The site can actually be accessed by http://localhost/sitename . It is present in c:/xampp/htdocs/sitename/
I wanted to create wildcard dns so a specific user can access my webpage like username.localhost.... i will fetch the username as parameter and show the customized settings for him..
Can someone help me with it... Do i have to first assign a servername for my localhost/sitename ? and then think about adding subdomain wildcards ? Please enlight me...
© Server Fault or respective owner