Isapi额外的网址变量

问题描述:

我想添加更多的网址变量到我的网址...后有什么?我想检索它作为一个URL变量谢谢!Isapi额外的网址变量

RewriteRule ^(.*).html?(.*)$ products.cfm?categ=$1&urls=$2 [NC,L] 
RewriteRule ^products.cfm?categ=(.*)&urls=(.*)$ (.*).html?(.*) [NC,R=301,L] 

RewriteCond %{QUERY_STRING} ^condition=(\d+)&maxprice=(\d+)&minprice=(\d+)&persons=(\d+)&maxyear=(\d+)&minyear=(\d+)&order=(\d+)$ [NC] 
RewriteRule ^category/(.*).html$ products.cfm?categ=$1&condition=%1&maxprice=%2&minprice=%3&persons=%4&maxyear=%5&minyear=%6&order=%7? [NC,L]