首頁  >  文章  >  後端開發  >  求个伪静态守则

求个伪静态守则

WBOY
WBOY原創
2016-06-13 12:45:16777瀏覽

求个伪静态规则
http://www.baidu.com/read/1/1000/index.html
http://www.baidu.com/read/2/2000/index.html 
http://www.baidu.com/read/30/30000/index.html 
伪静态后,需要能够实现      
http://www.baidu.com/read/1000/index.html
http://www.baidu.com/read/2000/index.html
http://www.baidu.com/read/30000/index.html


------解决方案--------------------
我给你我写过的伪静态示例,希望对你有用
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
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn