On Wed, Dec 05, 2001 at 02:52:17PM +0300, Дмитрий wrote:
> Есть два имени: wwww.domain.ru и domain.ru
> Как сделать, что при обращении к http://domain.ru/ происходил
> автоматический редирект на http://www.domain.ru/ средствами Апача?
> Я так понял, что директива Redirect здесь не поможет.
Почему не поможет? Именно на и поможет:
<VirtualHost domain.ru:*>
Redirect permanent / http://www.domain.ru/
</VirtualHost>
<VirtualHost www.domain.ru:*>
...
</VirtualHost>
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.
=============================================================================
= Apache-Talk@lists.lexa.ru mailing list =
Mail "unsubscribe apache-talk" to majordomo@lists.lexa.ru if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =