Rewrites for subdomains
For example, examplesite.com/MacOSX might become "MacOSX.examplesite.com"
I'm trying to think of everything I'd need to do.
I'd need to rewrite or redirect /MacOSX/* to MacOSX.examplesite.com
On the new subdomain, I'd need to redirect any relative links that are NOT /MacOSX back to the main site (or, since I'd be doing this for more than just MacOSX, to whatever subdomain they should go to).
It seems like I could do all this pretty quickly if I get all the rewrites in place in all the conf files correctly.
Am I missing anything obvious??