欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

科汛V4.5偽靜態(tài)的實(shí)現(xiàn)正則規(guī)則

 更新時(shí)間:2008年02月16日 09:37:09   作者:  
科汛V4.5偽靜態(tài)的實(shí)現(xiàn)正則規(guī)則
花了一個(gè)晚上時(shí)間,終于把科汛V4.5實(shí)現(xiàn)了偽靜態(tài)功能。下面把規(guī)則貼出來(lái)供大家參考: 
演示網(wǎng)址:http://www.liekesi.cn 
偽靜態(tài):http://www.liekesi.cn/Article1232  或 http://www.liekesi.cn/Article1232/index.html 
真實(shí)網(wǎng)址:http://www.liekesi.cn/Article/ShowInfo.asp?id=1232 
復(fù)制代碼 代碼如下:

#規(guī)則以下======================================================  

[ISAPI_Rewrite]  

# 3600 = 1 hour  
CacheClockRate 3600  

RepeatLimit 32  

#欄目導(dǎo)航  
RewriteRule ^/Article-Class([0-9]+)$ /Article/ShowClass\.asp\?ID=$1 [L]  
RewriteRule ^/Photo-Class([0-9]+)$ /Photo/ShowClass\.asp\?ID=$1 [L]  
RewriteRule ^/DownLoad-Class([0-9]+)$ /Photo/ShowClass\.asp\?ID=$1 [L]  

#內(nèi)容連接  
RewriteRule ^/Article([0-9]+)$ /Article/ShowInfo\.asp\?ID=$1 [L]  
RewriteRule ^/Photo([0-9]+)$ /Photo/ShowInfo\.asp\?ID=$1 [L]  
RewriteRule ^/DownLoad([0-9]+)$ /DownLoad/ShowInfo\.asp\?ID=$1 [L]  

#欄目分頁(yè)  
RewriteRule ^/Article-Class([0-9]+)_([0-9]+)$ /Article/ShowClass\.asp\?ID=$1&page=$2 [L] 

相關(guān)文章

最新評(píng)論