Hi all
Does anyone know of a way I could get subdomains to resolve instantly. What I'm looking for is some way of having either Apache or PHP (or something else?) resolve a subdomain, so that if someone types in:
1. blimey.domain.com, or
2. yeeha.domain.com, or
3. anythingTheYJOLLYwellLikE.domain.com
the script/page will redirect/resolve to:
1.
www.domain.com/index.php?page=blimey
2.
www.domain.com/index.php?page=yeeha
3.
http://www.domain.com/index.php?page...YJOLLYwellLikE
etc etc.
Thanks a lot!