[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re: subdomains
- Subject: Re: [cobalt-users] Re: subdomains
- From: Aeron Jarrett <ajarrett@xxxxxxxxxxxxx>
- Date: Fri Apr 6 02:56:13 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thu, 5 Apr 2001, Gerald Waugh wrote:
<snip type=big></snip>
|> RewriteEngine on
|> RewriteCond %{HTTP_HOST} !^ip.ad.re.ss(:80)?$
|> RewriteCond %{HTTP_HOST} !^www.123.domain.com(:80)?$
|> RewriteRule ^/(.*) http://www.123.domain.com/$1 [L,R]
<Response type=Unexperienced>
Isn't the problem in this rewrite? You only have it rewriting TO www. Is
that why it's not working for the host without the www? As far as I know,
the www is just a name... you could call it spaghetii... It's not a
keyword like in a programming language... and for that reason you SHOULD
be able to leave it off... Unless you want the users to go to the www host
on the 123 subdomain of domain domain.com...
</Response>