Comprehensive List of WordPress 2.x Rewrite Rules : Elenco completo di WordPress 2.x Riscrivere Regolamento:
Note 1: The built-in rules are provided to guide you in writing your own fancy rules. Nota 1: Il built-in norme sono previste per guidarvi per iscritto la propria fantasia regole.

Note 2: In case you are wondering anything before and including the ‘?’ is ignored in match. Nota 2: Nel caso in cui si chiedono nulla prima e, compreso il '?' Viene ignorato in partita. The whole match is actually stored in a variable which is never used. L'intera partita è in realtà memorizzati in una variabile che non viene mai utilizzato. So you can as well have your match starting with ‘?’. In modo che tu possa anche avere un match a partire da '?'. The current implementation of WordPress doesn’t care. L'attuale esecuzione di WordPress non si cura.

Note 3: WordPress rewrite rules infrastructure is sort of brain dead. Nota 3: WordPress riscrivere regole infrastrutture sorta di cervello morti. What I mean is that you do all that fancy rewriting stuff without reaping much benefit at the end. Quello che voglio dire è che si fa tutto ciò che di fantasia, senza riscrivere cose molto beneficio raccogliendo alla fine. You have to anyway add action to ‘template_redirect’ and redirect it to your hearts content. Dovete comunque aggiungere azione a 'template_redirect' e destinarli ai vostri cuori contenuto. WordPress doesn’t do it for you unlike .htaccess. WordPress non farlo per te diversamente. Htaccess. The whole infrastructure is to help WP developers and not you, the user. L'intera infrastruttura è quello di aiutare gli sviluppatori WP e non voi, l'utente. Actually it makes these rules harder to access for the end-users (bloggers). Di fatto rende queste regole più difficile l'accesso per gli utenti finali (i blogger). Also new rules are only updated when you manually update the permalink structure, unless you know the magic incantation Anche nuove regole sono solo aggiornato quando si aggiornare manualmente la struttura del permalink, a meno che non si conosce la magia incantesimo ;)

Match Incontro Query Query
index.php/(archives)/trackback/?$ / index.php / (archivi) / 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 / (archivi) / 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 / (archivi) / (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 / (archivi) / page /? ([0-9] (1 ,})/?$ index.php?pagename=$matches[1]&paged=$matches[2] index.php? pagename = $ matches [1] & paging = $ 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 / archivi / attaccamento /([^/]+)/?$ index.php?attachment=$matches[1] index.php? attaccamento = $ matches [1]
index.php/archives/attachment/([^/]+)/trackback/?$ / index.php / archivi / attaccamento /([^/]+)/ trackback /? $ index.php?attachment=$matches[1]&tb=1 index.php? attaccamento = $ matches [1] & tb = 1
index.php/archives/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ / index.php / archivi / attaccamento /([^/]+)/ feed / (feed | rdf | rss | RSS2 | atom) /? $ index.php?attachment=$matches[1]&feed=$matches[2] index.php? attaccamento = $ matches [1] & feed = $ matches [2]
index.php/archives/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ / index.php / archivi / attaccamento /([^/]+)/( feed | rdf | rss | RSS2 | atom) /? $ index.php?attachment=$matches[1]&feed=$matches[2] index.php? attaccamento = $ matches [1] & feed = $ matches [2]
index.php/(about)/trackback/?$ / index.php / (circa) / 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 / (circa) / 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 / (circa) / (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 / (circa) / page /? ([0-9] (1 ,})/?$ index.php?pagename=$matches[1]&paged=$matches[2] index.php? pagename = $ matches [1] & paging = $ matches [2]
index.php/(about)(/[0-9]+)?/?$ / index.php / (circa) (/ [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 / attaccamento /([^/]+)/?$ index.php?attachment=$matches[1] index.php? attaccamento = $ matches [1]
index.php/about/attachment/([^/]+)/trackback/?$ / index.php / about / attaccamento /([^/]+)/ trackback /? $ index.php?attachment=$matches[1]&tb=1 index.php? attaccamento = $ matches [1] & tb = 1
index.php/about/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ / index.php / about / attaccamento /([^/]+)/ feed / (feed | rdf | rss | RSS2 | atom) /? $ index.php?attachment=$matches[1]&feed=$matches[2] index.php? attaccamento = $ matches [1] & feed = $ matches [2]
index.php/about/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ / index.php / about / attaccamento /([^/]+)/( feed | rdf | rss | RSS2 | atom) /? $ index.php?attachment=$matches[1]&feed=$matches[2] index.php? attaccamento = $ 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? mangimi & = $ matches [1]
index.php/(feed|rdf|rss|rss2|atom)/?$ / index.php / (feed | rdf | rss | RSS2 | atom) /? $ index.php?&feed=$matches[1] index.php? mangimi & = $ matches [1]
index.php/page/?([0-9]{1,})/?$ / index.php / page /? ([0-9] (1 ,})/?$ index.php?&paged=$matches[1] index.php? & paging = $ matches [1]
index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$ / index.php / commenti / feed / (feed | rdf | rss | RSS2 | atom) /? $ index.php?&feed=$matches[1]&withcomments=1 index.php? mangimi & = $ matches [1] & withcomments = 1
index.php/comments/(feed|rdf|rss|rss2|atom)/?$ / index.php / commenti / (feed | rdf | rss | RSS2 | atom) /? $ index.php?&feed=$matches[1]&withcomments=1 index.php? mangimi & = $ matches [1] & withcomments = 1
index.php/comments/page/?([0-9]{1,})/?$ / index.php / commenti / page /? ([0-9] (1 ,})/?$ index.php?&paged=$matches[1] index.php? & paging = $ matches [1]
index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ / index.php / ricerca /(.+)/ 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 / ricerca /(.+)/( 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 / pagina di ricerca /(.+)/ /? ([0-9] (1 ,})/?$ index.php?s=$matches[1]&paged=$matches[2] index.php? s = $ matches [1] & paging = $ matches [2]
index.php/search/(.+)/?$ / index.php / ricerca /(.+)/?$ index.php?s=$matches[1] index.php? s = $ matches [1]
index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$ / index.php / categoria /(.+?)/ 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 / categoria /(.+?)/( 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 / categoria /(.+?)/ pagina /? ([0-9] (1 ,})/?$ index.php?category_name=$matches[1]&paged=$matches[2] index.php? category_name = $ matches [1] & paging = $ matches [2]
index.php/category/(.+?)/?$ / index.php / categoria /(.+?)/?$ index.php?category_name=$matches[1] index.php? category_name = $ matches [1]