For local testing (and learning), I wish to use x.com host name instead of localhost. I changed my Windows XP host file to this -
127.0.0.1 x.com
Now http://x.com/
works beautifully but http://www.x.com
doesn't. :(
What changes should I make so that www.x.com, sub1.x.com, sub2.x.com etc.. all work on local. WordpressMU will lets users create sub-domains dynamically.
I am basically trying to setup WordpressMU locally. I'm using Apache/2.2.4, PHP/5.2.4, and MySQL5.
Please help!