1502353892quei 发表于 2020-4-5 20:04:27

iis8.5 伪静态规则

新云系统伪静态代码win2003 iis
RewriteRule /(+)/(\d+)\.html /$1/show\.asp\?id=$2  
RewriteRule /(+)/(\d+)_(\d+)\.html /$1/show\.asp\?id=$2&page=$3  
RewriteRule /(+)/list_(\d+)_(\d+)\.html /$1/list\.asp\?page=$2&classid=$3  
RewriteRule /(+)/special-(\d+)-(\d+)\.html /$1/special\.asp\?page=$2&specialid=$3  
RewriteRule /(+)/newlist-(\d+)\.html /$1/shownew\.asp\?page=$2  RewriteRule /(+)/bestlist-(\d+)\.html /$1/showbest\.asp\?page=$2  
RewriteRule /(+)/hotlist-(\d+)\.html /$1/showhot\.asp\?page=$2  RewriteRule /(+)/ABC_(+)_1\.html /$1/showabc\.asp\?q=$2  
RewriteRule /(+)/tag-(.*)-(\d+)\.html /$1/tag\.asp\?name=$2&page=$3  
RewriteRule /(+)/tag-(\d+)\.html /$1/tag\.asp\?page=$2  RewriteRule /(+)/dl(\d+)\.html /$1/softdown\.asp\?softid=$2  RewriteRule /(+)/d(\d+)\.html /$1/down\.asp\?id=$2  RewriteRule /(+)/type-(.*)-(\d+)\.html /$1/showtype\.asp\?type=$2&page=$3  
RewriteRule /(+)/comment-(\d+)-(\d+)\.html /$1/comment\.asp\?id=$2&page=$3  
RewriteRule /(+)/zt(\d+)\.html /$1/downcopy\.asp\?id=$2  RewriteRule /(+)/zt-(\d+)\.html /$1/downcopy\.asp\?id=$2 



换服务器 win2012 加宝塔系统后,伪静态规则失效了,自己百度折腾了一天没有搞定,求助大神!!
谢谢
页: [1]
查看完整版本: iis8.5 伪静态规则