Advertisement
Guest User

rewrite_rules

a guest
Jul 22nd, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 34.78 KB | None | 0 0
  1. Array
  2. (
  3. [events/(\d{4}-\d{2}-\d{2})$] => index.php?post_type=event&calendar_day=$matches[1]
  4. [events/my\-bookings$] => index.php?post_type=event&bookings_page=1
  5. [events/([^/]+)/ical/?$] => index.php?event=$matches[1]&ical=1
  6. [theatergruppen/?$] => index.php?post_type=theatergruppen
  7. [theatergruppen/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=theatergruppen&feed=$matches[1]
  8. [theatergruppen/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=theatergruppen&feed=$matches[1]
  9. [theatergruppen/page/([0-9]{1,})/?$] => index.php?post_type=theatergruppen&paged=$matches[1]
  10. [kurse/?$] => index.php?post_type=kurse
  11. [kurse/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=kurse&feed=$matches[1]
  12. [kurse/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=kurse&feed=$matches[1]
  13. [kurse/page/([0-9]{1,})/?$] => index.php?post_type=kurse&paged=$matches[1]
  14. [locations/?$] => index.php?post_type=location
  15. [locations/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=location&feed=$matches[1]
  16. [locations/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=location&feed=$matches[1]
  17. [locations/page/([0-9]{1,})/?$] => index.php?post_type=location&paged=$matches[1]
  18. [events/?$] => index.php?post_type=event
  19. [events/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=event&feed=$matches[1]
  20. [events/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=event&feed=$matches[1]
  21. [events/page/([0-9]{1,})/?$] => index.php?post_type=event&paged=$matches[1]
  22. [sitemap_index\.xml$] => index.php?sitemap=1
  23. [([^/]+?)-sitemap([0-9]+)?\.xml$] => index.php?sitemap=$matches[1]&sitemap_n=$matches[2]
  24. [sitemap\.xslt$] => index.php?xslt=1
  25. [sitemap\.xsl$] => index.php?xsl=1
  26. [buch/?$] => index.php?post_type=buch
  27. [buch/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=buch&feed=$matches[1]
  28. [buch/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=buch&feed=$matches[1]
  29. [buch/page/([0-9]{1,})/?$] => index.php?post_type=buch&paged=$matches[1]
  30. [presse/?$] => index.php?post_type=presse
  31. [presse/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=presse&feed=$matches[1]
  32. [presse/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=presse&feed=$matches[1]
  33. [presse/page/([0-9]{1,})/?$] => index.php?post_type=presse&paged=$matches[1]
  34. [sponsoren/?$] => index.php?post_type=sponsoren
  35. [sponsoren/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=sponsoren&feed=$matches[1]
  36. [sponsoren/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=sponsoren&feed=$matches[1]
  37. [sponsoren/page/([0-9]{1,})/?$] => index.php?post_type=sponsoren&paged=$matches[1]
  38. [([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?name=$matches[1]&feed=$matches[2]
  39. [([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?name=$matches[1]&feed=$matches[2]
  40. [([^/]+)/page/?([0-9]{1,})/?$] => index.php?name=$matches[1]&paged=$matches[2]
  41. [([^/]+)/?$] => index.php?Pressekategorie=$matches[1]
  42. [theatergruppen/.+?/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  43. [theatergruppen/.+?/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  44. [theatergruppen/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  45. [theatergruppen/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  46. [theatergruppen/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  47. [theatergruppen/(.+?)/trackback/?$] => index.php?theatergruppen=$matches[1]&tb=1
  48. [theatergruppen/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?theatergruppen=$matches[1]&feed=$matches[2]
  49. [theatergruppen/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?theatergruppen=$matches[1]&feed=$matches[2]
  50. [theatergruppen/(.+?)/page/?([0-9]{1,})/?$] => index.php?theatergruppen=$matches[1]&paged=$matches[2]
  51. [theatergruppen/(.+?)/comment-page-([0-9]{1,})/?$] => index.php?theatergruppen=$matches[1]&cpage=$matches[2]
  52. [theatergruppen/(.+?)(/[0-9]+)?/?$] => index.php?theatergruppen=$matches[1]&page=$matches[2]
  53. [kurse/.+?/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  54. [kurse/.+?/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  55. [kurse/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  56. [kurse/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  57. [kurse/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  58. [kurse/(.+?)/trackback/?$] => index.php?kurse=$matches[1]&tb=1
  59. [kurse/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?kurse=$matches[1]&feed=$matches[2]
  60. [kurse/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?kurse=$matches[1]&feed=$matches[2]
  61. [kurse/(.+?)/page/?([0-9]{1,})/?$] => index.php?kurse=$matches[1]&paged=$matches[2]
  62. [kurse/(.+?)/comment-page-([0-9]{1,})/?$] => index.php?kurse=$matches[1]&cpage=$matches[2]
  63. [kurse/(.+?)(/[0-9]+)?/?$] => index.php?kurse=$matches[1]&page=$matches[2]
  64. [(projekte/bleilaus-verlag/an-der-marchenwiese)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  65. [(projekte/bleilaus-verlag/an-der-marchenwiese)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  66. [(projekte/bleilaus-verlag/an-der-marchenwiese)/?$] => index.php?category_name=$matches[1]
  67. [(projekte/cafe-yellow-2/angebote)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  68. [(projekte/cafe-yellow-2/angebote)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  69. [(projekte/cafe-yellow-2/angebote)/?$] => index.php?category_name=$matches[1]
  70. [(veranstaltungen/ausflug)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  71. [(veranstaltungen/ausflug)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  72. [(veranstaltungen/ausflug)/?$] => index.php?category_name=$matches[1]
  73. [(veranstaltungen/ausstellungen)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  74. [(veranstaltungen/ausstellungen)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  75. [(veranstaltungen/ausstellungen)/?$] => index.php?category_name=$matches[1]
  76. [(projekte/bleilaus-verlag)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  77. [(projekte/bleilaus-verlag)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  78. [(projekte/bleilaus-verlag)/?$] => index.php?category_name=$matches[1]
  79. [(projekte/cafe-yellow-2)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  80. [(projekte/cafe-yellow-2)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  81. [(projekte/cafe-yellow-2)/?$] => index.php?category_name=$matches[1]
  82. [(projekte/dachtheater-2)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  83. [(projekte/dachtheater-2)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  84. [(projekte/dachtheater-2)/?$] => index.php?category_name=$matches[1]
  85. [(veranstaltungen/diashow)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  86. [(veranstaltungen/diashow)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  87. [(veranstaltungen/diashow)/?$] => index.php?category_name=$matches[1]
  88. [(ferienangebot)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  89. [(ferienangebot)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  90. [(ferienangebot)/?$] => index.php?category_name=$matches[1]
  91. [(veranstaltungen/fest)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  92. [(veranstaltungen/fest)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  93. [(veranstaltungen/fest)/?$] => index.php?category_name=$matches[1]
  94. [(veranstaltungen/film)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  95. [(veranstaltungen/film)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  96. [(veranstaltungen/film)/?$] => index.php?category_name=$matches[1]
  97. [(projekte/bleilaus-verlag/freundeskreis-bleilaus)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  98. [(projekte/bleilaus-verlag/freundeskreis-bleilaus)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  99. [(projekte/bleilaus-verlag/freundeskreis-bleilaus)/?$] => index.php?category_name=$matches[1]
  100. [(kooperation-mit-schulen/ganztagsangebote-in-schulen)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  101. [(kooperation-mit-schulen/ganztagsangebote-in-schulen)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  102. [(kooperation-mit-schulen/ganztagsangebote-in-schulen)/?$] => index.php?category_name=$matches[1]
  103. [(projekte/bleilaus-verlag/ich-werde-ich)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  104. [(projekte/bleilaus-verlag/ich-werde-ich)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  105. [(projekte/bleilaus-verlag/ich-werde-ich)/?$] => index.php?category_name=$matches[1]
  106. [(projekte/jahresprojekt)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  107. [(projekte/jahresprojekt)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  108. [(projekte/jahresprojekt)/?$] => index.php?category_name=$matches[1]
  109. [(projekte/jahresprojekt/jahresprojekt-2010)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  110. [(projekte/jahresprojekt/jahresprojekt-2010)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  111. [(projekte/jahresprojekt/jahresprojekt-2010)/?$] => index.php?category_name=$matches[1]
  112. [(projekte/jahresprojekt/jahresprojekt-2011)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  113. [(projekte/jahresprojekt/jahresprojekt-2011)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  114. [(projekte/jahresprojekt/jahresprojekt-2011)/?$] => index.php?category_name=$matches[1]
  115. [(projekte/jahresprojekt/jahresprojekt-2012)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  116. [(projekte/jahresprojekt/jahresprojekt-2012)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  117. [(projekte/jahresprojekt/jahresprojekt-2012)/?$] => index.php?category_name=$matches[1]
  118. [(projekte/jahresprojekt/jahresprojekt-2013)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  119. [(projekte/jahresprojekt/jahresprojekt-2013)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  120. [(projekte/jahresprojekt/jahresprojekt-2013)/?$] => index.php?category_name=$matches[1]
  121. [(werkstatten/keramik)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  122. [(werkstatten/keramik)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  123. [(werkstatten/keramik)/?$] => index.php?category_name=$matches[1]
  124. [(projekte/kijuku)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  125. [(projekte/kijuku)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  126. [(projekte/kijuku)/?$] => index.php?category_name=$matches[1]
  127. [(kooperation-mit-schulen)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  128. [(kooperation-mit-schulen)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  129. [(kooperation-mit-schulen)/?$] => index.php?category_name=$matches[1]
  130. [(werkstatten/kunst)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  131. [(werkstatten/kunst)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  132. [(werkstatten/kunst)/?$] => index.php?category_name=$matches[1]
  133. [(kurse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  134. [(kurse)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  135. [(kurse)/?$] => index.php?category_name=$matches[1]
  136. [(projekte/bleilaus-verlag/leipziger-buchmesse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  137. [(projekte/bleilaus-verlag/leipziger-buchmesse)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  138. [(projekte/bleilaus-verlag/leipziger-buchmesse)/?$] => index.php?category_name=$matches[1]
  139. [(veranstaltungen/lesung)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  140. [(veranstaltungen/lesung)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  141. [(veranstaltungen/lesung)/?$] => index.php?category_name=$matches[1]
  142. [(werkstatten/medien)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  143. [(werkstatten/medien)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  144. [(werkstatten/medien)/?$] => index.php?category_name=$matches[1]
  145. [(mehrgenerationenhaus)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  146. [(mehrgenerationenhaus)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  147. [(mehrgenerationenhaus)/?$] => index.php?category_name=$matches[1]
  148. [(meilenstein)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  149. [(meilenstein)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  150. [(meilenstein)/?$] => index.php?category_name=$matches[1]
  151. [(veranstaltungen/musik)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  152. [(veranstaltungen/musik)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  153. [(veranstaltungen/musik)/?$] => index.php?category_name=$matches[1]
  154. [(projekte/kijuku/preistrager)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  155. [(projekte/kijuku/preistrager)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  156. [(projekte/kijuku/preistrager)/?$] => index.php?category_name=$matches[1]
  157. [(veranstaltungen/premiere)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  158. [(veranstaltungen/premiere)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  159. [(veranstaltungen/premiere)/?$] => index.php?category_name=$matches[1]
  160. [(projekte)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  161. [(projekte)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  162. [(projekte)/?$] => index.php?category_name=$matches[1]
  163. [(psychologische-beratung)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  164. [(psychologische-beratung)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  165. [(psychologische-beratung)/?$] => index.php?category_name=$matches[1]
  166. [(kooperation-mit-schulen/schulprojekt)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  167. [(kooperation-mit-schulen/schulprojekt)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  168. [(kooperation-mit-schulen/schulprojekt)/?$] => index.php?category_name=$matches[1]
  169. [(senioren-an-schulen)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  170. [(senioren-an-schulen)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  171. [(senioren-an-schulen)/?$] => index.php?category_name=$matches[1]
  172. [(seniorenstammtisch)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  173. [(seniorenstammtisch)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  174. [(seniorenstammtisch)/?$] => index.php?category_name=$matches[1]
  175. [(sponsoren)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  176. [(sponsoren)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  177. [(sponsoren)/?$] => index.php?category_name=$matches[1]
  178. [(projekte/stadt-in-der-stadt)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  179. [(projekte/stadt-in-der-stadt)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  180. [(projekte/stadt-in-der-stadt)/?$] => index.php?category_name=$matches[1]
  181. [(startseite)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  182. [(startseite)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  183. [(startseite)/?$] => index.php?category_name=$matches[1]
  184. [(werkstatten/theater)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  185. [(werkstatten/theater)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  186. [(werkstatten/theater)/?$] => index.php?category_name=$matches[1]
  187. [(veranstaltungen)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  188. [(veranstaltungen)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  189. [(veranstaltungen)/?$] => index.php?category_name=$matches[1]
  190. [(veranstaltungen/vortrag)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  191. [(veranstaltungen/vortrag)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  192. [(veranstaltungen/vortrag)/?$] => index.php?category_name=$matches[1]
  193. [(werkstatten)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  194. [(werkstatten)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  195. [(werkstatten)/?$] => index.php?category_name=$matches[1]
  196. [(veranstaltungen/workshop)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  197. [(veranstaltungen/workshop)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  198. [(veranstaltungen/workshop)/?$] => index.php?category_name=$matches[1]
  199. [category/(.+)$] => index.php?wpseo_category_redirect=$matches[1]
  200. [tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2]
  201. [tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2]
  202. [tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?tag=$matches[1]&paged=$matches[2]
  203. [tag/([^/]+)/?$] => index.php?tag=$matches[1]
  204. [type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2]
  205. [type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2]
  206. [type/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_format=$matches[1]&paged=$matches[2]
  207. [type/([^/]+)/?$] => index.php?post_format=$matches[1]
  208. [events/tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?event-tags=$matches[1]&feed=$matches[2]
  209. [events/tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?event-tags=$matches[1]&feed=$matches[2]
  210. [events/tags/([^/]+)/page/?([0-9]{1,})/?$] => index.php?event-tags=$matches[1]&paged=$matches[2]
  211. [events/tags/([^/]+)/?$] => index.php?event-tags=$matches[1]
  212. [events/categories/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?event-categories=$matches[1]&feed=$matches[2]
  213. [events/categories/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?event-categories=$matches[1]&feed=$matches[2]
  214. [events/categories/(.+?)/page/?([0-9]{1,})/?$] => index.php?event-categories=$matches[1]&paged=$matches[2]
  215. [events/categories/(.+?)/?$] => index.php?event-categories=$matches[1]
  216. [locations/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  217. [locations/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  218. [locations/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  219. [locations/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  220. [locations/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  221. [locations/([^/]+)/trackback/?$] => index.php?location=$matches[1]&tb=1
  222. [locations/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?location=$matches[1]&feed=$matches[2]
  223. [locations/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?location=$matches[1]&feed=$matches[2]
  224. [locations/([^/]+)/page/?([0-9]{1,})/?$] => index.php?location=$matches[1]&paged=$matches[2]
  225. [locations/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?location=$matches[1]&cpage=$matches[2]
  226. [locations/([^/]+)(/[0-9]+)?/?$] => index.php?location=$matches[1]&page=$matches[2]
  227. [locations/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
  228. [locations/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  229. [locations/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  230. [locations/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  231. [locations/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  232. [events/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  233. [events/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  234. [events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  235. [events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  236. [events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  237. [events/([^/]+)/trackback/?$] => index.php?event=$matches[1]&tb=1
  238. [events/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?event=$matches[1]&feed=$matches[2]
  239. [events/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?event=$matches[1]&feed=$matches[2]
  240. [events/([^/]+)/page/?([0-9]{1,})/?$] => index.php?event=$matches[1]&paged=$matches[2]
  241. [events/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?event=$matches[1]&cpage=$matches[2]
  242. [events/([^/]+)(/[0-9]+)?/?$] => index.php?event=$matches[1]&page=$matches[2]
  243. [events/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
  244. [events/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  245. [events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  246. [events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  247. [events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  248. [events-recurring/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  249. [events-recurring/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  250. [events-recurring/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  251. [events-recurring/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  252. [events-recurring/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  253. [events-recurring/([^/]+)/trackback/?$] => index.php?event-recurring=$matches[1]&tb=1
  254. [events-recurring/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?event-recurring=$matches[1]&feed=$matches[2]
  255. [events-recurring/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?event-recurring=$matches[1]&feed=$matches[2]
  256. [events-recurring/([^/]+)/page/?([0-9]{1,})/?$] => index.php?event-recurring=$matches[1]&paged=$matches[2]
  257. [events-recurring/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?event-recurring=$matches[1]&cpage=$matches[2]
  258. [events-recurring/([^/]+)(/[0-9]+)?/?$] => index.php?event-recurring=$matches[1]&page=$matches[2]
  259. [events-recurring/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
  260. [events-recurring/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  261. [events-recurring/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  262. [events-recurring/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  263. [events-recurring/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  264. [wochentage/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?wochentage=$matches[1]&feed=$matches[2]
  265. [wochentage/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?wochentage=$matches[1]&feed=$matches[2]
  266. [wochentage/([^/]+)/page/?([0-9]{1,})/?$] => index.php?wochentage=$matches[1]&paged=$matches[2]
  267. [wochentage/([^/]+)/?$] => index.php?wochentage=$matches[1]
  268. [werkstaetten/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?werkstaetten=$matches[1]&feed=$matches[2]
  269. [werkstaetten/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?werkstaetten=$matches[1]&feed=$matches[2]
  270. [werkstaetten/([^/]+)/page/?([0-9]{1,})/?$] => index.php?werkstaetten=$matches[1]&paged=$matches[2]
  271. [werkstaetten/([^/]+)/?$] => index.php?werkstaetten=$matches[1]
  272. [altersgruppen/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?altersgruppen=$matches[1]&feed=$matches[2]
  273. [altersgruppen/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?altersgruppen=$matches[1]&feed=$matches[2]
  274. [altersgruppen/([^/]+)/page/?([0-9]{1,})/?$] => index.php?altersgruppen=$matches[1]&paged=$matches[2]
  275. [altersgruppen/([^/]+)/?$] => index.php?altersgruppen=$matches[1]
  276. [buch/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  277. [buch/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  278. [buch/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  279. [buch/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  280. [buch/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  281. [buch/([^/]+)/trackback/?$] => index.php?buch=$matches[1]&tb=1
  282. [buch/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?buch=$matches[1]&feed=$matches[2]
  283. [buch/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?buch=$matches[1]&feed=$matches[2]
  284. [buch/([^/]+)/page/?([0-9]{1,})/?$] => index.php?buch=$matches[1]&paged=$matches[2]
  285. [buch/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?buch=$matches[1]&cpage=$matches[2]
  286. [buch/([^/]+)(/[0-9]+)?/?$] => index.php?buch=$matches[1]&page=$matches[2]
  287. [buch/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
  288. [buch/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  289. [buch/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  290. [buch/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  291. [buch/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  292. [presse/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  293. [presse/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  294. [presse/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  295. [presse/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  296. [presse/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  297. [presse/([^/]+)/trackback/?$] => index.php?presse=$matches[1]&tb=1
  298. [presse/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?presse=$matches[1]&feed=$matches[2]
  299. [presse/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?presse=$matches[1]&feed=$matches[2]
  300. [presse/([^/]+)/page/?([0-9]{1,})/?$] => index.php?presse=$matches[1]&paged=$matches[2]
  301. [presse/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?presse=$matches[1]&cpage=$matches[2]
  302. [presse/([^/]+)(/[0-9]+)?/?$] => index.php?presse=$matches[1]&page=$matches[2]
  303. [presse/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
  304. [presse/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  305. [presse/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  306. [presse/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  307. [presse/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  308. [sponsoren/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  309. [sponsoren/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  310. [sponsoren/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  311. [sponsoren/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  312. [sponsoren/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  313. [sponsoren/([^/]+)/trackback/?$] => index.php?sponsoren=$matches[1]&tb=1
  314. [sponsoren/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?sponsoren=$matches[1]&feed=$matches[2]
  315. [sponsoren/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?sponsoren=$matches[1]&feed=$matches[2]
  316. [sponsoren/([^/]+)/page/?([0-9]{1,})/?$] => index.php?sponsoren=$matches[1]&paged=$matches[2]
  317. [sponsoren/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?sponsoren=$matches[1]&cpage=$matches[2]
  318. [sponsoren/([^/]+)(/[0-9]+)?/?$] => index.php?sponsoren=$matches[1]&page=$matches[2]
  319. [sponsoren/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
  320. [sponsoren/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  321. [sponsoren/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  322. [sponsoren/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  323. [sponsoren/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  324. [robots\.txt$] => index.php?robots=1
  325. [.*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\.php$] => index.php?feed=old
  326. [.*wp-app\.php(/.*)?$] => index.php?error=403
  327. [.*wp-register.php$] => index.php?register=true
  328. [feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]
  329. [(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]
  330. [page/?([0-9]{1,})/?$] => index.php?&paged=$matches[1]
  331. [comment-page-([0-9]{1,})/?$] => index.php?&page_id=4320&cpage=$matches[1]
  332. [comments/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]&withcomments=1
  333. [comments/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]&withcomments=1
  334. [comments/page/?([0-9]{1,})/?$] => index.php?&paged=$matches[1]
  335. [search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?s=$matches[1]&feed=$matches[2]
  336. [search/(.+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?s=$matches[1]&feed=$matches[2]
  337. [search/(.+)/page/?([0-9]{1,})/?$] => index.php?s=$matches[1]&paged=$matches[2]
  338. [search/(.+)/?$] => index.php?s=$matches[1]
  339. [author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?author_name=$matches[1]&feed=$matches[2]
  340. [author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?author_name=$matches[1]&feed=$matches[2]
  341. [author/([^/]+)/page/?([0-9]{1,})/?$] => index.php?author_name=$matches[1]&paged=$matches[2]
  342. [author/([^/]+)/?$] => index.php?author_name=$matches[1]
  343. [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]
  344. [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]
  345. [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]
  346. [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]
  347. [([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]
  348. [([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]
  349. [([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]
  350. [([0-9]{4})/([0-9]{1,2})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]
  351. [([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&feed=$matches[2]
  352. [([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&feed=$matches[2]
  353. [([0-9]{4})/page/?([0-9]{1,})/?$] => index.php?year=$matches[1]&paged=$matches[2]
  354. [([0-9]{4})/?$] => index.php?year=$matches[1]
  355. [.?.+?/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  356. [.?.+?/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  357. [.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  358. [.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  359. [.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  360. [(.?.+?)/trackback/?$] => index.php?pagename=$matches[1]&tb=1
  361. [(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  362. [(.?.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  363. [(.?.+?)/page/?([0-9]{1,})/?$] => index.php?pagename=$matches[1]&paged=$matches[2]
  364. [(.?.+?)/comment-page-([0-9]{1,})/?$] => index.php?pagename=$matches[1]&cpage=$matches[2]
  365. [(.?.+?)(/[0-9]+)?/?$] => index.php?pagename=$matches[1]&page=$matches[2]
  366. [[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  367. [[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  368. [[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  369. [[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  370. [[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  371. [([^/]+)/trackback/?$] => index.php?name=$matches[1]&tb=1
  372. [([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?name=$matches[1]&cpage=$matches[2]
  373. [([^/]+)(/[0-9]+)?/?$] => index.php?name=$matches[1]&page=$matches[2]
  374. [[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
  375. [[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  376. [[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  377. [[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  378. [[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  379. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement