Comprehensive List of WordPress 2.x Rewrite Rules : Liste complète de WordPress 2.x règles de réécriture:
Note 1: The built-in rules are provided to guide you in writing your own fancy rules. Note 1: Les zones bâties dans les règles sont fournis pour vous guider dans la rédaction de votre propre fantaisie règles.

Note 2: In case you are wondering anything before and including the ‘?’ is ignored in match. Note 2: Dans le cas où vous vous demandez quoi que ce soit avant et y compris le '? "N'est pas pris en compte dans match. The whole match is actually stored in a variable which is never used. L'ensemble du match est effectivement stockée dans une variable qui n'est jamais utilisée. So you can as well have your match starting with ‘?’. Ainsi, vous pouvez ainsi avoir votre match commençant par '? ". The current implementation of WordPress doesn’t care. L'implémentation actuelle de WordPress ne pas s'en soucier.

Note 3: WordPress rewrite rules infrastructure is sort of brain dead. Note 3: WordPress règles de réécriture d'infrastructure est une espèce de mort cérébrale. What I mean is that you do all that fancy rewriting stuff without reaping much benefit at the end. Ce que je veux dire, c'est que vous n'avez tous que la réécriture de fantaisie choses sans tirer beaucoup de profit à la fin. You have to anyway add action to ‘template_redirect’ and redirect it to your hearts content. Vous avez de toute façon à ajouter des mesures pour "template_redirect et de les réorienter vers votre coeur. WordPress doesn’t do it for you unlike .htaccess. WordPress ne le fait pas pour vous la différence. Htaccess. The whole infrastructure is to help WP developers and not you, the user. L'ensemble des infrastructures est d'aider les développeurs et WP-vous pas, l'utilisateur. Actually it makes these rules harder to access for the end-users (bloggers). En fait, il rend ces règles plus difficile d'accès pour les utilisateurs finals (les bloggers). Also new rules are only updated when you manually update the permalink structure, unless you know the magic incantation De plus, de nouvelles règles sont seulement mis à jour lorsque vous mettre à jour manuellement la structure de permalink, à moins que vous le savez la magie incantation ;)

Match Correspondre Query Requête
index.php/(archives)/trackback/?$ index.php / (archives) / trackback /? $ index.php?pagename=$matches[1]&tb=1 index.php? pagename = $ matches [1] & tb = 1
index.php/(archives)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / (archives) / feed / (feed | rdf | rss | rss2 | atom) /? $ index.php?pagename=$matches[1]&feed=$matches[2] index.php? pagename = $ matches [1] & feed = $ matches [2]
index.php/(archives)/(feed|rdf|rss|rss2|atom)/?$ index.php / (archives) / (feed | rdf | rss | rss2 | atom) /? $ index.php?pagename=$matches[1]&feed=$matches[2] index.php? pagename = $ matches [1] & feed = $ matches [2]
index.php/(archives)/page/?([0-9]{1,})/?$ index.php / (archives) / page /? ([0-9] (1 ,})/?$ index.php?pagename=$matches[1]&paged=$matches[2] index.php? pagename = $ matches [1] & pagination = $ matches [2]
index.php/(archives)(/[0-9]+)?/?$ index.php / (archives) (/ [0-9 ]+)?/?$ index.php?pagename=$matches[1]&page=$matches[2] index.php? pagename = $ matches [1] & page = $ matches [2]
index.php/archives/attachment/([^/]+)/?$ index.php / archives / pièces jointes /([^/]+)/?$ index.php?attachment=$matches[1] index.php? attachement = $ matches [1]
index.php/archives/attachment/([^/]+)/trackback/?$ index.php / archives / pièces jointes /([^/]+)/ trackback /? $ index.php?attachment=$matches[1]&tb=1 index.php? attachement = $ matches [1] & tb = 1
index.php/archives/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / archives / pièces jointes /([^/]+)/ feed / (feed | rdf | rss | rss2 | atom) /? $ index.php?attachment=$matches[1]&feed=$matches[2] index.php? attachement = $ matches [1] & feed = $ matches [2]
index.php/archives/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php / archives / pièces jointes /([^/]+)/( feed | rdf | rss | rss2 | atom) /? $ index.php?attachment=$matches[1]&feed=$matches[2] index.php? attachement = $ matches [1] & feed = $ matches [2]
index.php/(about)/trackback/?$ index.php / (environ) / trackback /? $ index.php?pagename=$matches[1]&tb=1 index.php? pagename = $ matches [1] & tb = 1
index.php/(about)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / (environ) / feed / (feed | rdf | rss | rss2 | atom) /? $ index.php?pagename=$matches[1]&feed=$matches[2] index.php? pagename = $ matches [1] & feed = $ matches [2]
index.php/(about)/(feed|rdf|rss|rss2|atom)/?$ index.php / (environ) / (feed | rdf | rss | rss2 | atom) /? $ index.php?pagename=$matches[1]&feed=$matches[2] index.php? pagename = $ matches [1] & feed = $ matches [2]
index.php/(about)/page/?([0-9]{1,})/?$ index.php / (environ) / page /? ([0-9] (1 ,})/?$ index.php?pagename=$matches[1]&paged=$matches[2] index.php? pagename = $ matches [1] & pagination = $ matches [2]
index.php/(about)(/[0-9]+)?/?$ index.php / (environ) (/ [0-9 ]+)?/?$ index.php?pagename=$matches[1]&page=$matches[2] index.php? pagename = $ matches [1] & page = $ matches [2]
index.php/about/attachment/([^/]+)/?$ index.php / about / attachement /([^/]+)/?$ index.php?attachment=$matches[1] index.php? attachement = $ matches [1]
index.php/about/attachment/([^/]+)/trackback/?$ index.php / about / attachement /([^/]+)/ trackback /? $ index.php?attachment=$matches[1]&tb=1 index.php? attachement = $ matches [1] & tb = 1
index.php/about/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / about / attachement /([^/]+)/ feed / (feed | rdf | rss | rss2 | atom) /? $ index.php?attachment=$matches[1]&feed=$matches[2] index.php? attachement = $ matches [1] & feed = $ matches [2]
index.php/about/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php / about / attachement /([^/]+)/( feed | rdf | rss | rss2 | atom) /? $ index.php?attachment=$matches[1]&feed=$matches[2] index.php? attachement = $ matches [1] & feed = $ matches [2]
index.php/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / feed / (feed | rdf | rss | rss2 | atom) /? $ index.php?&feed=$matches[1] index.php? & feed = $ matches [1]
index.php/(feed|rdf|rss|rss2|atom)/?$ index.php / (feed | rdf | rss | rss2 | atom) /? $ index.php?&feed=$matches[1] index.php? & feed = $ matches [1]
index.php/page/?([0-9]{1,})/?$ index.php / page /? ([0-9] (1 ,})/?$ index.php?&paged=$matches[1] index.php? pagination & = $ matches [1]
index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / commentaires / feed / (feed | rdf | rss | rss2 | atom) /? $ index.php?&feed=$matches[1]&withcomments=1 index.php? & feed = $ matches [1] & withcomments = 1
index.php/comments/(feed|rdf|rss|rss2|atom)/?$ index.php / commentaires / (feed | rdf | rss | rss2 | atom) /? $ index.php?&feed=$matches[1]&withcomments=1 index.php? & feed = $ matches [1] & withcomments = 1
index.php/comments/page/?([0-9]{1,})/?$ index.php / commentaires / page /? ([0-9] (1 ,})/?$ index.php?&paged=$matches[1] index.php? pagination & = $ matches [1]
index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / search /(.+)/ feed / (feed | rdf | rss | rss2 | atom) /? $ index.php?s=$matches[1]&feed=$matches[2] index.php? s = $ matches [1] & feed = $ matches [2]
index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$ index.php / search /(.+)/( feed | rdf | rss | rss2 | atom) /? $ index.php?s=$matches[1]&feed=$matches[2] index.php? s = $ matches [1] & feed = $ matches [2]
index.php/search/(.+)/page/?([0-9]{1,})/?$ index.php / search /(.+)/ page /? ([0-9] (1 ,})/?$ index.php?s=$matches[1]&paged=$matches[2] index.php? s = $ matches [1] & pagination = $ matches [2]
index.php/search/(.+)/?$ index.php / search /(.+)/?$ index.php?s=$matches[1] index.php? s = $ matches [1]
index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / catégorie /(.+?)/ feed / (feed | rdf | rss | rss2 | atom) /? $ index.php?category_name=$matches[1]&feed=$matches[2] index.php? category_name = $ matches [1] & feed = $ matches [2]
index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$ index.php / catégorie /(.+?)/( feed | rdf | rss | rss2 | atom) /? $ index.php?category_name=$matches[1]&feed=$matches[2] index.php? category_name = $ matches [1] & feed = $ matches [2]
index.php/category/(.+?)/page/?([0-9]{1,})/?$ index.php / catégorie /(.+?)/ page /? ([0-9] (1 ,})/?$ index.php?category_name=$matches[1]&paged=$matches[2] index.php? category_name = $ matches [1] & pagination = $ matches [2]
index.php/category/(.+?)/?$ index.php / catégorie /(.+?)/?$ index.php?category_name=$matches[1] index.php? category_name = $ matches [1]