Hello Yuri,
четверг, 23 марта 2000 г., you wrote:
YK> Люди, торможу. Нужно сделать rewrite.
YK> В DocumentRoot лежит index.pl, который принимает параметр go и что-то делает.
YK> Что нужно:
YK> /index.pl оставить как есть
YK> /index.pl?тра-та-та оставить как есть
YK> /somedir/тра-та-та оставить как есть
YK> /anothersomedir/тра-та-та оставить как есть
YK> /anyotherdir /index.pl?go=anyotherdir
RewriteEngineOn
RewriteCond %{REQUEST_URI} !^/index\.pl
RewriteCond %{REQUEST_URI} !^/somedir
RewriteCond %{REQUEST_URI} !^/anothersomedir
RewriteRule ^/(.+) /index.pl?go=$1 [R]
Или без [R], если internal redirect покатит.
Best regards,
Ilya mailto:ilya@xxxxxxxxxx
=============================================================================
= 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 Alex Tutubalin. Design (C) 1998 Max Smolev.