[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Two Domains, Two Emails, same site
- Subject: RE: [cobalt-users] Two Domains, Two Emails, same site
- From: "Joe" <my_hidden_email@xxxxxxxxx>
- Date: Wed Jul 11 11:42:04 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Correction!!!!!!!!
In the email I posted:
http://list.cobalt.com/pipermail/cobalt-users/2001-July/047557.html
I had the following in the configuration!!!!!
RewriteRule ^/(.*) http://www.secondsite.com/$1
[L,R]
This is wrong, my email software word wrapped. The [L,R] has to be on
the
same line like this:
RewriteRule ^/(.*) http://www.secondsite.com/$1 [L,R]
Thanks,
Joe