[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] same domain name, different host name question
- Subject: RE: [cobalt-users] same domain name, different host name question
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun Sep 15 06:27:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>
> - the only thing I don't like is that when I goto
> jale.domain.com the URL
> changes to www.jale.domain.com - it all works, just looks
> funny when you go
> to the page. Anything I can do about it? If it is a big deal
> I'll just
> leave it, if easy I'd do something about it.
>
Take out:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^123.123.123.123(:80)?$
RewriteCond %{HTTP_HOST} !^www.jale.domain.com(:80)?$
RewriteRule ^/(.*) http://www.jaledomain.com/$1 [L,R]
RewriteOptions inherit
--
Dan Kriwitsky
Please reply to the list only. Offlist replies are not read.