List of WordPress 2.x Rewrite Rules & Usage Notes Liste von WordPress 2.x Rewrite Rules & Usage Notes
Comprehensive List of WordPress 2.x Rewrite Rules : Umfassende Liste von WordPress 2.x Rewrite Regeln:
Note 1: The built-in rules are provided to guide you in writing your own fancy rules. Anmerkung 1: Die eingebaute Regeln werden vorausgesetzt, dass Sie in dem Schreiben der eigenen Lust Regeln.
Note 2: In case you are wondering anything before and including the ‘?’ is ignored in match. Anmerkung 2: Im Fall, dass Sie fragen sich etwas vor und einschließlich der '? "Wird ignoriert, im Match. The whole match is actually stored in a variable which is never used. Das ganze Spiel ist eigentlich in einer Variable, die nie benutzt. So you can as well have your match starting with ‘?’. Also man kann auch Ihr Spiel beginnend mit '? ". The current implementation of WordPress doesn’t care. Die aktuelle Implementierung von WordPress kümmert sich nicht.
Note 3: WordPress rewrite rules infrastructure is sort of brain dead. Hinweis 3: WordPress Rewrite-Regeln Infrastruktur Art von Gehirn tot ist. What I mean is that you do all that fancy rewriting stuff without reaping much benefit at the end. Was ich meine ist, dass Sie alles tun, diesen lustigen Sachen umzuschreiben ohne erntet viel profitieren am Ende. You have to anyway add action to ‘template_redirect’ and redirect it to your hearts content. Sie müssen sich ohnehin hinzufügen Maßnahmen zur "template_redirect" und leiten ihn an eure Herzen. WordPress doesn’t do it for you unlike .htaccess. WordPress nicht tut es für Sie im Gegensatz zu. Htaccess. The whole infrastructure is to help WP developers and not you, the user. Die ganze Infrastruktur ist zu helfen, WP-Entwicklern und nicht Ihnen, dem Benutzer. Actually it makes these rules harder to access for the end-users (bloggers). Eigentlich macht es schwieriger, diese Regeln für den Zugang zu den End-Anwender (Blogger). Also new rules are only updated when you manually update the permalink structure, unless you know the magic incantation Auch neuen Regeln sind nur aktualisiert, wenn Sie manuell aktualisieren permalink die Struktur, es sei denn, Sie kennen die magische Beschwörung ![]()
| Match Abgleichen | Query Query |
| index.php/(archives)/trackback/?$ index.php / (Archiv) / 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 / (Archiv) / 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 / (Archiv) / (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 / (Archiv) / page /? ([0-9] (1 ,})/?$ | index.php?pagename=$matches[1]&paged=$matches[2] index.php? pagename = $ matches [1] & paged = $ 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 / Anlage /([^/]+)/?$ | index.php?attachment=$matches[1] index.php? Anlage = $ matches [1] |
| index.php/archives/attachment/([^/]+)/trackback/?$ / index.php / archives / Anlage /([^/]+)/ trackback /? $ | index.php?attachment=$matches[1]&tb=1 index.php? Anlage = $ matches [1] & tb = 1 |
| index.php/archives/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ / index.php / archives / Anlage /([^/]+)/ feed / (feed | rdf | rss | rss2 | atom) /? $ | index.php?attachment=$matches[1]&feed=$matches[2] index.php? Anlage = $ matches [1] & feed = $ matches [2] |
| index.php/archives/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ / index.php / archives / Anlage /([^/]+)/( feed | rdf | rss | rss2 | atom) /? $ | index.php?attachment=$matches[1]&feed=$matches[2] index.php? Anlage = $ matches [1] & feed = $ matches [2] |
| index.php/(about)/trackback/?$ index.php / (ca.) / 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 / (ca.) / 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 / (ca.) / (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 / (ca.) / page /? ([0-9] (1 ,})/?$ | index.php?pagename=$matches[1]&paged=$matches[2] index.php? pagename = $ matches [1] & paged = $ matches [2] |
| index.php/(about)(/[0-9]+)?/?$ index.php / (ca.) (/ [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 / Anlage /([^/]+)/?$ | index.php?attachment=$matches[1] index.php? Anlage = $ matches [1] |
| index.php/about/attachment/([^/]+)/trackback/?$ index.php / about / Anlage /([^/]+)/ trackback /? $ | index.php?attachment=$matches[1]&tb=1 index.php? Anlage = $ matches [1] & tb = 1 |
| index.php/about/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / about / Anlage /([^/]+)/ feed / (feed | rdf | rss | rss2 | atom) /? $ | index.php?attachment=$matches[1]&feed=$matches[2] index.php? Anlage = $ matches [1] & feed = $ matches [2] |
| index.php/about/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php / about / Anlage /([^/]+)/( feed | rdf | rss | rss2 | atom) /? $ | index.php?attachment=$matches[1]&feed=$matches[2] index.php? Anlage = $ 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? & paged = $ matches [1] |
| index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$ / index.php / comments / 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 / Kommentare / (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 / comments / page /? ([0-9] (1 ,})/?$ | index.php?&paged=$matches[1] index.php? & paged = $ 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? n = $ 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? n = $ 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? n = $ matches [1] & paged = $ matches [2] |
| index.php/search/(.+)/?$ index.php / search /(.+)/?$ | index.php?s=$matches[1] index.php? n = $ matches [1] |
| index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$ / index.php / Kategorie /(.+?)/ 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 / Kategorie /(.+?)/( 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 / Kategorie /(.+?)/ Seite /? ([0-9] (1 ,})/?$ | index.php?category_name=$matches[1]&paged=$matches[2] index.php? category_name = $ matches [1] & paged = $ matches [2] |
| index.php/category/(.+?)/?$ / index.php / Kategorie /(.+?)/?$ | index.php?category_name=$matches[1] index.php? category_name = $ matches [1] |
Filed under Gespeichert unter CMS Software CMS-Software , Headline News Headline News , How To SO WIRD'S GEMACHT: , PHP , Pro Blogging Pro Blogging , Tech Note Tech Note , Web , WordPress | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | dieser Artikel |
Email this Article Den Link zu diesem Artikel
You may also like to read Sie können auch gerne lesen |





August 28th, 2006 at 10:33 pm 28. August 2006 um 10:33 Uhr
[...] Angsuman published a “comprehensive list of WordPress 2.x rewrite rules.” [...] [...] Angsuman veröffentlichte eine "umfassende Liste von WordPress 2.x Regeln neu schreiben." [...]
November 2nd, 2006 at 7:05 am 2. November 2006 in 7:05
[...] A comprehensive list of WordPress 2.x Rewrite rules. [...] Eine umfassende Liste von WordPress 2.x Rewrite-Regeln. [...]