伪静态设置保存后没有效果。 
是帝国CMS程序。 
rewrite ^catagory/(.*)_(.*)_(.*)_(.*)_(.*)_(.*)\.html$ e/action/ListInfo\.php\?classid=$1&lx=$2&pt=$3&wf=$4&tc=$5&page=$6&ph=1 last; 
rewrite ^catagory/$ e/action/ListInfo\.php\?classid=1 last; 
rewrite ^catagory$ e/action/ListInfo\.php\?classid=1 last; 
rewrite ^catagory/index_(.*)\.html$ e/action/ListInfo\.php\?classid=1&page=$1 last; 
rewrite ^catagory/index\.html$ e/action/ListInfo\.php\?classid=1 last;  
 
 |   
 
 
 
 
 |