Ok, I've got a better idea of what you're doing now.
You could do it with three distinct accounts, but I do have a similar setup myself that works all under a single account. It seems I've done that using subdomains and addons
So the main account has accountdomain.com with the document root /home/account/public_html
Then I have subdomains for that setup outside of public_html:
other1.accountdomain.com -> /home/account/other1/www
other2.accountdomain.com -> /home/account/other2/www
I don't use those subdomains though - I have the relevant domains setup as addon domains:
other1.com -> /home/account/other1/www
other2.com -> /home/account/other2/www
I think if you setup hangingoutforums.org and forums.hangingoutforums.org in that way (pointing to whatever the appropriate directories are), then www.hangingoutforums.org will be handled by cPanel, and you can alias the www.forums.etc version to the non-www version (either using cPanel or setting up a CNAME DNS record), and it should all do what you want.
I don't know if I've explained that very well - let me know if not. |