Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- Concatenate Several RewriteCond Directives


g1smd - 6:06 pm on Nov 16, 2012 (gmt 0)


The stuff on ONE line is "this AND this AND this" not "OR" so you'll have problems with "OR" for the multiple lines version.

In the original ruleset, all five on the first line have to be not blank OR the three on the next line all have to be not blank.

If you put them on individual lines, then you'll need to remove the NOT ! from each.

"NOT(this AND this AND this)" on one line is the same as "this OR this OR this" on multiple lines or the same as "NOT this AND NOT this AND NOT this" on multiple lines.


Thread source:: http://www.webmasterworld.com/apache/4519705.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com