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. Вся инфраструктура состоит в том, чтобы помочь разработчикам WP, а не вы, пользователь. 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 / (архив) / trackback /? $ index.php?pagename=$matches[1]&tb=1 index.php? страницы = $ матчей [1] и tb = 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? страницы = $ матчей [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? страницы = $ матчей [1] и корма = $ матчей [2]
index.php/(archives)/page/?([0-9]{1,})/?$ index.php / (архивы) / страница /? ([0-9] (1 ,})/?$ index.php?pagename=$matches[1]&paged=$matches[2] index.php? страницы = $ матчей [1] и к телефону = $ матчей [2]
index.php/(archives)(/[0-9]+)?/?$ index.php / (архив) (/ [0-9 ]+)?/?$ index.php?pagename=$matches[1]&page=$matches[2] index.php? страницы = $ матчей [1] и странице = $ матчей [2]
index.php/archives/attachment/([^/]+)/?$ index.php / архивы / вложение /([^/]+)/?$ index.php?attachment=$matches[1] index.php? вложение = $ матчей [1]
index.php/archives/attachment/([^/]+)/trackback/?$ index.php / архивы / вложение /([^/]+)/ trackback /? $ index.php?attachment=$matches[1]&tb=1 index.php? вложение = $ матчей [1] и tb = 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? вложение = $ матчей [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? вложение = $ матчей [1] и корма = $ матчей [2]
index.php/(about)/trackback/?$ index.php / (о) / trackback /? $ index.php?pagename=$matches[1]&tb=1 index.php? страницы = $ матчей [1] и tb = 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? страницы = $ матчей [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? страницы = $ матчей [1] и корма = $ матчей [2]
index.php/(about)/page/?([0-9]{1,})/?$ index.php / (о) / страница /? ([0-9] (1 ,})/?$ index.php?pagename=$matches[1]&paged=$matches[2] index.php? страницы = $ матчей [1] и к телефону = $ матчей [2]
index.php/(about)(/[0-9]+)?/?$ index.php / (о) (/ [0-9 ]+)?/?$ index.php?pagename=$matches[1]&page=$matches[2] index.php? страницы = $ матчей [1] и странице = $ матчей [2]
index.php/about/attachment/([^/]+)/?$ index.php / о / вложение /([^/]+)/?$ index.php?attachment=$matches[1] index.php? вложение = $ матчей [1]
index.php/about/attachment/([^/]+)/trackback/?$ index.php / о / вложение /([^/]+)/ trackback /? $ index.php?attachment=$matches[1]&tb=1 index.php? вложение = $ матчей [1] и tb = 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? вложение = $ матчей [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? вложение = $ матчей [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] (1 ,})/?$ 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? корма и = $ матчей [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? корма и = $ матчей [1] и withcomments = 1
index.php/comments/page/?([0-9]{1,})/?$ index.php / замечания / стр. /? ([0-9] (1 ,})/?$ 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? ы = $ матчей [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? ы = $ матчей [1] и корма = $ матчей [2]
index.php/search/(.+)/page/?([0-9]{1,})/?$ index.php / поиск /(.+)/ страницы /? ([0-9] (1 ,})/?$ index.php?s=$matches[1]&paged=$matches[2] index.php? ы = $ матчей [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 = $ матчей [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 = $ матчей [1] и корма = $ матчей [2]
index.php/category/(.+?)/page/?([0-9]{1,})/?$ index.php / категория /(.+?)/ страницы /? ([0-9] (1 ,})/?$ index.php?category_name=$matches[1]&paged=$matches[2] index.php? category_name = $ матчей [1] и к телефону = $ матчей [2]
index.php/category/(.+?)/?$ index.php / категория /(.+?)/?$ index.php?category_name=$matches[1] index.php? category_name = $ матчей [1]