FarCry
Verified User
oops...
S2S-Robert said:And then what? The bandwith would still be charged against host.name.com and that's exactly what we're trying to avoid.
UltimeWWW said:How about creating a default index.php file in the ~/ subdirectory redirecting to the subdomain?
This way customers won't be looking for it
ServerAlias www.|DOMAIN| |DOMAIN| |DOMAIN|.host.name.com
DirectAdmin Support said:Hello,
You can just disable the ~username feature in apache. Just comment out the following lines:There isn't a whole lot that can be done (that I know of) to charge bandwith to a user from ~user. (If someone knows, let me know! )Code:<IfModule mod_userdir.c> UserDir public_html </IfModule>
John