Forum Moderators: bakedjake
[httpd.apache.org...]
I'm not a fan of placing subdomains or add-on domains as subdirectories of a primary host, as it can complicate management of any redirects and such as any rules for the primary domain risk cascading down to the subdomains. You would be better preparing separate document roots for each domain, maybe with common content defined via an Alias [httpd.apache.org]. On a Linux/Unix server, you can use a user directory for each domain instead.