So basically their tier I/II support is saying they will not allow you to have two domains under the same account with separate "document roots"... Not the ideal situation for hosting two separate domains.
This impacts far more than just "blocking web access to the defined dummy subdomain" and "blocking web access to the 2nd domain's document root from the 1st domain" (Which is all the rules they gave you do)...
This also impacts the contents of the ".htaccess" files in the document root of both domains... You will have to address the issues caused by having nested "docuement roots"... Including needing to REMOVE all "Redirect" directives in the two ".htaccess" files (you can replace with RewriteRules). You will also have to add special rules (additional RewriteConds) for each and every RewriteRule to only apply the rules based upon their containing folder and specified host name... Just plain ugly...



Reply With Quote
