Multiple RewriteConditions: How to chain them before a set of rules?

前端 未结 3 1869
梦如初夏
梦如初夏 2020-12-14 07:50

Q1: How to chain these two conditions making them if BOTH A AND B, then proceed...
Q2: How to make them stick for

3条回答
  •  北海茫月
    2020-12-14 08:13

    Q1: The default is AND.

    Q2: They will only affect the RewriteRule immediately below.

提交回复
热议问题