Organizing your subdomains
I have mysite.com. I want to create the following:subsubdomain1.subdomain.mysite.com
subsubdomain2.subdomain.mysite.com
subsubdomain3.subdomain.mysite.com
subsubdomain4.subdomain.mysite.com
etc
This isn't a problem except for the fact that I would have loads of folders for...
subsubdomain1
subsubdomain2
subsubdomain3
subsubdomain4
...in my main directory.
Rather, I would like them to be under...
/subdomain instead.
Can I do this somehow?
Essentially, I just want to have all my subdomains folders stored under one folder and NOT the my main folder which contains my index.php files etc. Make sense? Is this possible?
I am using WHM and Cpanel.
Thanks,
Jon