I want to add some subdomains, but I noticed that the directory for e.g. "something.example.com" is automatically set to public_html/something (as also mentioned in this help page). This means that something.example.com is also accessible through www.example.com/something.
I'd like to avoid this, is there are way to move the dir outside the main site's public_html dir? So to have the main and sub domain each using a completely independent public_html dir?
I'd like to avoid this, is there are way to move the dir outside the main site's public_html dir? So to have the main and sub domain each using a completely independent public_html dir?