时间:2021-07-01 10:21:17 帮助过:3人阅读
我给你我写过的伪静态示例,希望对你有用
httpd.ini
[ISAPI_Rewrite]
CacheClockRate 3600
RepeatLimit 32
RewriteRule /index\.html /index\.asp
RewriteRule /Cpic_(\d+)\.html /Cpic\.asp\?id=$1
RewriteRule /Cpic_(\d+)_(\d+)\.html /Cpic\.asp\?page=$1&id=$2
.htaccess
RewriteEngine on
RewriteRule ^map.html /map.asp
RewriteRule ^Cxwnews_(\d+).html /Cxwnews.asp?id=$1
RewriteRule ^Cxwnews_(\d+)_(\d+).html /Cxwnews.asp?page=$1&id=$2