Lets say for example my website address is: www.example.com
I let my users each have a website at user1.example.com, user2.example.com - I have achieved this through wildcard sub domains etc.
How can I let my users have these sites (which I host) at specialpage.theirsite.com? They would add a cname record for specialpage pointing to userpages.example.com - How would I handle hosting these pages once they have been pointed? Preferably in PHP!