"Jean-Pierre Bergamin" <james.RemoveThis@ractive.ch> wrote in message
news:3f363cfd@news.swissonline.ch...
> Davide Bianchi wrote:
>
> >> When I open b.com in the browser, apache "redirects" it to a.com and
> >> sends the redirection URL back to the browser.
> >
> > I think that what you see is not due to Apache, but to the cache in
> > your browser or proxy (if you have one). Try cleaning the cache and
> > try again.
>
> This is not the case. Try <a style='text-decoration: underline;' href="http://www.p900.info." target="_blank">http://www.p900.info.</a> It's redirectd to
<font color=purple> > <a style='text-decoration: underline;' href="http://www.p800.info</font" target="_blank">http://www.p800.info</font</a>>
>
> Any other ideas?
>
>
> Regards
>
> James
>
>
That is odd, but have you tried using the ServerAlias directive like:
<VirtualHost *>
ServerName a.com
ServerAlias b.com
DocumentRoot /web/html
</VirtualHost>
Rach<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Virtual hosts: 2 Domains that point to the same directory