A client is looking to prefix all my subdomains with www.
E.g.
www.subdomain.domain.com
I could do it through DNS but the problem is that the sub domains are user generated and it would be a pain to setup a new CNAME everytime a user signs up.
Is this possible to do in a .htaccess file?
Cheers