User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012
Привет всем!
У меня возникли небольшие логические затруднения,
связанные с mod_rewrite.
Мне нужно осуществить схему:
RewriteCond var1 cond1
RewriteRule rule1 ... [C] # Должно выполняться, если cond1=true
RewriteRule rule2 ... [L] # Должно выполняться, если cond1=true
RewriteCond var2 cond2
RewriteRule rule3 ... [L] # Должно выполняться, если cond1=true и cond2=true
RewriteCond var3 cond3
RewriteRule rule4 ... [L] # Должно выполняться, если cond1=true и cond3=true
...
Как это всё осуществить? Примеры перечитывал - там всё просто:
каждому RewriteRule свои RewriteCond. Не хотелось бы дублировать
cond1 и rule1 много раз.
Может, флаги как-то подкрутить?
Спасибо.
=============================================================================
= 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.