[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] User's own domain
- Subject: RE: [cobalt-users] User's own domain
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue Nov 19 07:36:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>
> Or, if you prefer to not modify the httpd.conf and just want
> to redirect
> xyz.com to abc.com/~user you can put this in for the HTML in
> the index page
> of xyz.com
>
> <meta http-equiv="refresh" content="0;url=http://www.abc.com/~user">
That's not 100% reliable. e.g., Internet Explorer allows you to turn off
redirects and if you're setting up a virtual site of www.xyz.com anyway,
there's not much point then of redirecting to abc.com/~user. The method
I describe saves you setting up an entirely new virtual site. You can
also add xyz.com as an email alias to abc.com site settings so they
share the same users and email aliases.
> see the name abc.com/~user in the address line of their
> browser after it
> redirects, not sure what Dan's method does, haven't tried
> that one as yet.
It works just like any virtual site. You can even put in ScriptAlias so
that both sites share the same CGI-BIN directory.
Plenty of details on it in the archives.
I haven't tried it, but according to Jeff Lassman, since access.conf and
srm.conf are now handled the same in the version of Apache in use on the
RaQ, you could add the virtual host container in access.conf instead if
you don't want to mess with httpd.conf.
--
Dan Kriwitsky
Please reply to the list only. Offlist replies are not read.