Comprehensive List of WordPress 2.x Rewrite Rules : 综合清单的WordPress 2.x的重写规则
Note 1: The built-in rules are provided to guide you in writing your own fancy rules.注1 :内置的规则提供指导您在写作您自己中意的规则。

Note 2: In case you are wondering anything before and including the ‘?’ is ignored in match.注2 :在情况下,您是不知道什么之前,和包括' ? '是忽视了比赛。 The whole match is actually stored in a variable which is never used.整个比赛实际上是储存在一个变量中是从未使用过。 So you can as well have your match starting with ‘?’.因此您可以以及您的比赛开始, ' ? ' 。 The current implementation of WordPress doesn’t care.目前实施的WordPress不在乎。

Note 3: WordPress rewrite rules infrastructure is sort of brain dead.注3 :在WordPress重写规则的基础设施是一种脑死亡。 What I mean is that you do all that fancy rewriting stuff without reaping much benefit at the end.我的意思是,你尽一切花式重写的东西没有获得多少好处,在末。 You have to anyway add action to ‘template_redirect’ and redirect it to your hearts content.你必须添加无论如何行动,以' template_redirect '和重定向到您心中的内容。 WordPress doesn’t do it for you unlike .htaccess. WordPress所不为你不像。 htaccess的。 The whole infrastructure is to help WP developers and not you, the user.整个基础设施是为了帮助可湿性粉剂发展,而不是你的用户。 Actually it makes these rules harder to access for the end-users (bloggers).事实上,它使这些规则更难获得为最终用户(博客) 。 Also new rules are only updated when you manually update the permalink structure, unless you know the magic incantation此外,新规则是,只有更新当您手动更新的永久结构,除非你知道魔术incantation ; )

Match 比赛 Query 查询
index.php/(archives)/trackback/?$的index.php / (档案) /跟踪/ ?元 index.php?pagename=$matches[1]&tb=1的index.php ?页= $ matches [ 1 ]为&结核病= 1
index.php/(archives)/feed/(feed|rdf|rss|rss2|atom)/?$的index.php / (档案) /饲料/ (饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?pagename=$matches[1]&feed=$matches[2]的index.php ?页= $ matches [ 1 ]为&饲料= $比赛[ 2 ]
index.php/(archives)/(feed|rdf|rss|rss2|atom)/?$的index.php / (档案) / (饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?pagename=$matches[1]&feed=$matches[2]的index.php ?页= $ matches [ 1 ]为&饲料= $比赛[ 2 ]
index.php/(archives)/page/?([0-9]{1,})/?$的index.php / (档案) /页/ ? ( [ 0-9 ] (一,})/?$ index.php?pagename=$matches[1]&paged=$matches[2]的index.php ?页= $ matches [ 1 ]为&分页= $比赛[ 2 ]
index.php/(archives)(/[0-9]+)?/?$的index.php / (档案) ( / [ 0-9 ]+)?/?$ index.php?pagename=$matches[1]&page=$matches[2]的index.php ?页= $ matches [ 1 ]为&页= $比赛[ 2 ]
index.php/archives/attachment/([^/]+)/?$的index.php /档案/实习/([^/]+)/?$ index.php?attachment=$matches[1]的index.php ?扣押= $匹配[ 1 ]
index.php/archives/attachment/([^/]+)/trackback/?$的index.php /档案/实习/([^/]+)/跟踪/ ?元 index.php?attachment=$matches[1]&tb=1的index.php ?扣押= $ matches [ 1 ]为&结核病= 1
index.php/archives/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$的index.php /档案/实习/([^/]+)/饲料/ (饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?attachment=$matches[1]&feed=$matches[2]的index.php ?扣押= $ matches [ 1 ]为&饲料= $比赛[ 2 ]
index.php/archives/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$的index.php /档案/实习/([^/]+)/(饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?attachment=$matches[1]&feed=$matches[2]的index.php ?扣押= $ matches [ 1 ]为&饲料= $比赛[ 2 ]
index.php/(about)/trackback/?$的index.php / (约) /跟踪/ ?元 index.php?pagename=$matches[1]&tb=1的index.php ?页= $ matches [ 1 ]为&结核病= 1
index.php/(about)/feed/(feed|rdf|rss|rss2|atom)/?$的index.php / (约) /饲料/ (饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?pagename=$matches[1]&feed=$matches[2]的index.php ?页= $ matches [ 1 ]为&饲料= $比赛[ 2 ]
index.php/(about)/(feed|rdf|rss|rss2|atom)/?$的index.php / (约) / (饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?pagename=$matches[1]&feed=$matches[2]的index.php ?页= $ matches [ 1 ]为&饲料= $比赛[ 2 ]
index.php/(about)/page/?([0-9]{1,})/?$的index.php / (约) /页/ ? ( [ 0-9 ] (一,})/?$ index.php?pagename=$matches[1]&paged=$matches[2]的index.php ?页= $ matches [ 1 ]为&分页= $比赛[ 2 ]
index.php/(about)(/[0-9]+)?/?$的index.php / (约) ( / [ 0-9 ]+)?/?$ index.php?pagename=$matches[1]&page=$matches[2]的index.php ?页= $ matches [ 1 ]为&页= $比赛[ 2 ]
index.php/about/attachment/([^/]+)/?$的index.php /约/实习/([^/]+)/?$ index.php?attachment=$matches[1]的index.php ?扣押= $匹配[ 1 ]
index.php/about/attachment/([^/]+)/trackback/?$的index.php /约/实习/([^/]+)/跟踪/ ?元 index.php?attachment=$matches[1]&tb=1的index.php ?扣押= $ matches [ 1 ]为&结核病= 1
index.php/about/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$的index.php /约/实习/([^/]+)/饲料/ (饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?attachment=$matches[1]&feed=$matches[2]的index.php ?扣押= $ matches [ 1 ]为&饲料= $比赛[ 2 ]
index.php/about/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$的index.php /约/实习/([^/]+)/(饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?attachment=$matches[1]&feed=$matches[2]的index.php ?扣押= $ matches [ 1 ]为&饲料= $比赛[ 2 ]
index.php/feed/(feed|rdf|rss|rss2|atom)/?$的index.php /饲料/ (饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?&feed=$matches[1]的index.php ? &饲料= $匹配[ 1 ]
index.php/(feed|rdf|rss|rss2|atom)/?$的index.php / (饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?&feed=$matches[1]的index.php ? &饲料= $匹配[ 1 ]
index.php/page/?([0-9]{1,})/?$的index.php /页/ ? ( [ 0-9 ] (一,})/?$ index.php?&paged=$matches[1]的index.php ? &分页= $匹配[ 1 ]
index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$的index.php /评论/饲料/ (饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?&feed=$matches[1]&withcomments=1的index.php ? &饲料= $ matches [ 1 ]为& withcomments = 1
index.php/comments/(feed|rdf|rss|rss2|atom)/?$的index.php /评论/ (饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?&feed=$matches[1]&withcomments=1的index.php ? &饲料= $ matches [ 1 ]为& withcomments = 1
index.php/comments/page/?([0-9]{1,})/?$的index.php /评论/页/ ? ( [ 0-9 ] (一,})/?$ index.php?&paged=$matches[1]的index.php ? &分页= $匹配[ 1 ]
index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$的index.php /搜索/(.+)/饲料/ (饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?s=$matches[1]&feed=$matches[2]的index.php ? =元matches [ 1 ]为&饲料= $比赛[ 2 ]
index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$的index.php /搜索/(.+)/(饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?s=$matches[1]&feed=$matches[2]的index.php ? =元matches [ 1 ]为&饲料= $比赛[ 2 ]
index.php/search/(.+)/page/?([0-9]{1,})/?$的index.php /搜索/(.+)/页/ ? ( [ 0-9 ] (一,})/?$ index.php?s=$matches[1]&paged=$matches[2]的index.php ? =元matches [ 1 ]为&分页= $比赛[ 2 ]
index.php/search/(.+)/?$的index.php /搜索/(.+)/?$ index.php?s=$matches[1]的index.php ? =元匹配[ 1 ]
index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$的index.php /类别/(.+?)/饲料/ (饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?category_name=$matches[1]&feed=$matches[2]的index.php ? category_name = $ matches [ 1 ]为&饲料= $比赛[ 2 ]
index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$的index.php /类别/(.+?)/(饲料| RDF的|的RSS | rss2 |原子) / ?元 index.php?category_name=$matches[1]&feed=$matches[2]的index.php ? category_name = $ matches [ 1 ]为&饲料= $比赛[ 2 ]
index.php/category/(.+?)/page/?([0-9]{1,})/?$的index.php /类别/(.+?)/页/ ? ( [ 0-9 ] (一,})/?$ index.php?category_name=$matches[1]&paged=$matches[2]的index.php ? category_name = $ matches [ 1 ]为&分页= $比赛[ 2 ]
index.php/category/(.+?)/?$的index.php /类别/(.+?)/?$ index.php?category_name=$matches[1]的index.php ? category_name = $匹配[ 1 ]