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

WordPress在window2003 IIS ISAPI ReWrite下的URL規(guī)則

 更新時(shí)間:2007年10月10日 23:09:03   作者:  
為了便于搜索引擎抓取(換句話就是假靜態(tài)),下面是URL ReWrite的規(guī)則,效果看我的chinadigger的鏈接地址。我目前的Rewrite規(guī)則: 
復(fù)制代碼 代碼如下:

[ISAPI_Rewrite] 

# 3600 = 1 hour 
CacheClockRate 3600 

RepeatLimit 32 

# Protect httpd.ini and httpd.parse.errors files 
# from accessing through HTTP 
# WordPress rewrite rules# 

RewriteRule /tag/(.*)/ /index\.php\?tag=$1 
RewriteRule /(about-me|about-copyright|guest-book)/ /index\.php\?pagename=$1 
RewriteRule /author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed\.php\?author_name=$1&feed=$2 
RewriteRule /author/?(.*) /index\.php\?author_name=$1 
RewriteRule /feed/?$ /wp-feed\.php/\?feed=rss2 
RewriteRule /comments/feed/?$ /wp-feed\.php/\?feed=comments-rss2 
RewriteRule /page/(.*)/ /index\.php\?paged=$1 

RewriteRule /photo/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?$ /wp-content/plugins/fgallery/fim_photos\.php\?$1=$2&$3=$4 [QSA,L,I] 
RewriteRule /photo/?(.*) /wp-content/plugins/fgallery/fim_photos\.php\?$1=$2&$3=$4 [QSA,L,I] 

# /%year%%monthnum%%day%/%postname%/ 

RewriteRule /category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed\.php\?category_name=$1&feed=$2 
RewriteRule /category/?(.*)/ /index\.php\?category_name=$1 

RewriteRule /([0-9]{4})([0-9]{1,2})([0-9]{1,2})/([^/]+)/?([0-9]+)?/?$ /index\.php\?year=$1&monthnum=$2&day=$3&name=$4&page=$5 
RewriteRule /([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ /index\.php\?year=$1&monthnum=$2&day=$3&page=$4 
RewriteRule /([0-9]{4})/([0-9]{1,2})/?$ /index\.php\?year=$1&monthnum=$2&page=$3 

RewriteRule /([0-9]{4})([0-9]{1,2})([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ /index\.php\?year=$1&monthn&day=$3&name=$4&feed=$5 
RewriteRule /([0-9]{4})([0-9]{1,2})([0-9]{1,2})/([^/]+)/trackback/?$ /wp-trackback\.php\?year=$1&monthnum=$2&day=$3&name=$4&tb=1 

# /post/%post_id%.html 

RewriteRule /([0-9]+)/?([0-9]+)?/?$ /index\.php\?p=$1&page=$2 
# RewriteRule /post/([0-9]+)/?([0-9]+)?/?$ /index\.php\?p=$1&page=$2 
RewriteRule /post/([0-9]+).html /index\.php\?p=$1 [I] 

RewriteRule /post/category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed\.php\?category_name=$1&feed=$2 
RewriteRule /post/category/?(.*)/ /index\.php\?category_name=$1 

RewriteRule /post/date/([0-9]{4})([0-9]{1,2})([0-9]{1,2})/([^/]+)/?([0-9]+)?/?$ /index\.php\?year=$1&monthnum=$2&day=$3&name=$4&page=$5 
RewriteRule /post/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ /index\.php\?year=$1&monthnum=$2&day=$3&page=$4 
RewriteRule /post/date/([0-9]{4})/([0-9]{1,2})/?$ /index\.php\?year=$1&monthnum=$2&page=$3 



使用方法(將Wordpres安裝在根目錄)

去discuz.net的論壇下載Rewrite的壓縮包,然后按照安裝方法在IIS里面配置好Rewrite,用上面的規(guī)則覆蓋httpd.ini中原來(lái)的內(nèi)容,再到wordpress的后臺(tái),將選項(xiàng)的永久鏈接部分,使用自定義,然后在框框里面填寫(xiě)上面粗體部分的內(nèi)容(兩種選一種,其中# /post/%post_id%.html還不太完善),即可。

本文引用bluefeel所寫(xiě)的規(guī)則。原文中TAG編寫(xiě)有問(wèn)題,我已經(jīng)更改完畢,大家要注意寫(xiě)法,否則會(huì)影響其他IIS站點(diǎn)目錄。

相關(guān)文章

最新評(píng)論