| ||||||||||||||||
|
> > Покажите мне пожалйста как сделать следующие: > > при запросе на http://www.xxx.uz/Anything сервер пробасывает на > http://www.something.com:888/Anything Проще всего: <VirtualHost www.karta.org:*> RewriteEngine On RewriteRule /(.*) http://www.hro.org/editions/karta/$1 [R] ... </VirtualHost> Делает редирект с http://www.karta.org/some/file на http://www.hro.org/editions/karta/some/file Alex ============================================================================= = Apache-Talk@xxxxxxxxxxxxx mailing list = Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit. = Archive avaliable at http://www.lexa.ru/apache-talk =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE. Copyright (C) 1995-2001 The Apache Group. All rights reserved. Copyright (C) 1996 Dm. Kryukov; Copyright (C) 1997-2009 |
|
|