话不多说下面是我的RewriteRule代码,我要前面两行例外,不执行跳转,后面的每三行和最后一行包含了第一行和第二行的跳转,我想要第一行和第二行从后面的跳转中来个例外,不执行跳转
RewriteRule /update/ 
RewriteRule /update/index.html 
RewriteRule /(.*)/index.html /company\.php\?company=$1 [N,I] 
RewriteRule /(.*)/index_([0-9]*).html /company\.php\?company=$1&page=$2 [N,I] 
RewriteRule /(.*)/ /company\.php\?company=$1 [N,I]