[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] same domain name, different host name question



> 
> - 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.