| ||||||||||||||||
|
Vyacheslav Chukin wrote: > > Такой вопрос: > > При запросе http://my.host/file.html > реально вызывается http://my.host/script.cgi?name=file.html > > Делается это с помощью > RewriteRule ^/(.*\.html)$ /script.cgi?name=$1 > > Теперь возникла необходимость преобразовать > http://my.host/file.html?param=value > в http://my.host/script.cgi?name=file.html¶m=value > RewriteRule ^/(.*\.html)$ /script.cgi?name=$1 [NS,QSA,L] -- Vladimir Pastukhov ============================================================================= = 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 |
|
|