Hello, I just planned to create a blogging application in Java. But i am not understanding one thing. say suppose my site is xyz.com and user T registers on site then he can browse it through T.xyz.com. How can this be possible? I googled few sites and found that people on those sites advise to keep wildcard *, so we can catch any subdomain *.domain.com. This is fine but i am working on localhost, and haven't hosted the site. So which domain should i type? and where to type? I am using Ubuntu 9.10 and Bind
Any help would be appreciated.
Thanks in advance!