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

RE: [cobalt-users] Two Domains, Two Emails, same site



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