BRYAN wrote:
> Is there a way to make it so when people accessing the web
> server can enter the url
www.bobby.myserver.net where the
> actual domain name of the server is
www.myserver.net so
> instead of entering
www.myserver.net/bobby they could enter
> bobby.myserver.net What mod does this and how?
This is done by setting up virtual domains in the apache
configuration. See the documentation on
www.apache.org or in /usr/doc/apache* on your server, and look at the docs on
www.e-smith.org for instuctions on modifying your e-smith configuration.
I'd recommend that you do it this way over using a javascript fix - because it will work with all HTTP-1.1 compliant browsers.
As Joe says, the additional names will need to be added into the DNS for your domain.
If you don't have an urgent need for this, keep a look out. You
are not the first to ask for this feature, so it will pop up sooner or later.
Charlie