Advertisement
Guest User

Untitled

a guest
Jul 9th, 2011
2,491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.36 KB | None | 0 0
  1. Array
  2. (
  3. [events/(\d{4})-(\d{2})-(\d{2})] => index.php?page_id=28&calendar_day=$matches[1]-$matches[2]-$matches[3]
  4. [events/(\d*)/] => index.php?page_id=28&event_id=$matches[1]
  5. [locations/(\d*)/] => index.php?page_id=28&location_id=$matches[1]
  6. [news/?$] => index.php?post_type=news
  7. [news/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=news&feed=$matches[1]
  8. [news/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=news&feed=$matches[1]
  9. [news/page/([0-9]{1,})/?$] => index.php?post_type=news&paged=$matches[1]
  10. [news/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  11. [news/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  12. [news/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  13. [news/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  14. [news/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  15. [news/([^/]+)/trackback/?$] => index.php?news=$matches[1]&tb=1
  16. [news/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?news=$matches[1]&feed=$matches[2]
  17. [news/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?news=$matches[1]&feed=$matches[2]
  18. [news/([^/]+)/page/?([0-9]{1,})/?$] => index.php?news=$matches[1]&paged=$matches[2]
  19. [news/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?news=$matches[1]&cpage=$matches[2]
  20. [news/([^/]+)(/[0-9]+)?/?$] => index.php?news=$matches[1]&page=$matches[2]
  21. [news/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
  22. [news/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  23. [news/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  24. [news/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  25. [news/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  26. [category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  27. [category/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  28. [category/(.+?)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  29. [category/(.+?)/?$] => index.php?category_name=$matches[1]
  30. [tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2]
  31. [tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2]
  32. [tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?tag=$matches[1]&paged=$matches[2]
  33. [tag/([^/]+)/?$] => index.php?tag=$matches[1]
  34. [type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2]
  35. [type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2]
  36. [type/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_format=$matches[1]&paged=$matches[2]
  37. [type/([^/]+)/?$] => index.php?post_format=$matches[1]
  38. [feature-tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?feature-tags=$matches[1]&feed=$matches[2]
  39. [feature-tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?feature-tags=$matches[1]&feed=$matches[2]
  40. [feature-tags/([^/]+)/page/?([0-9]{1,})/?$] => index.php?feature-tags=$matches[1]&paged=$matches[2]
  41. [feature-tags/([^/]+)/?$] => index.php?feature-tags=$matches[1]
  42. [guide-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?guide-category=$matches[1]&feed=$matches[2]
  43. [guide-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?guide-category=$matches[1]&feed=$matches[2]
  44. [guide-category/([^/]+)/page/?([0-9]{1,})/?$] => index.php?guide-category=$matches[1]&paged=$matches[2]
  45. [guide-category/([^/]+)/?$] => index.php?guide-category=$matches[1]
  46. [guide-tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?guide-tags=$matches[1]&feed=$matches[2]
  47. [guide-tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?guide-tags=$matches[1]&feed=$matches[2]
  48. [guide-tags/([^/]+)/page/?([0-9]{1,})/?$] => index.php?guide-tags=$matches[1]&paged=$matches[2]
  49. [guide-tags/([^/]+)/?$] => index.php?guide-tags=$matches[1]
  50. [news-tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?news-tags=$matches[1]&feed=$matches[2]
  51. [news-tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?news-tags=$matches[1]&feed=$matches[2]
  52. [news-tags/([^/]+)/page/?([0-9]{1,})/?$] => index.php?news-tags=$matches[1]&paged=$matches[2]
  53. [news-tags/([^/]+)/?$] => index.php?news-tags=$matches[1]
  54. [news-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?news-category=$matches[1]&feed=$matches[2]
  55. [news-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?news-category=$matches[1]&feed=$matches[2]
  56. [news-category/([^/]+)/page/?([0-9]{1,})/?$] => index.php?news-category=$matches[1]&paged=$matches[2]
  57. [news-category/([^/]+)/?$] => index.php?news-category=$matches[1]
  58. [features/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  59. [features/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  60. [features/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  61. [features/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  62. [features/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  63. [features/([^/]+)/trackback/?$] => index.php?features=$matches[1]&tb=1
  64. [features/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?features=$matches[1]&feed=$matches[2]
  65. [features/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?features=$matches[1]&feed=$matches[2]
  66. [features/([^/]+)/page/?([0-9]{1,})/?$] => index.php?features=$matches[1]&paged=$matches[2]
  67. [features/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?features=$matches[1]&cpage=$matches[2]
  68. [features/([^/]+)(/[0-9]+)?/?$] => index.php?features=$matches[1]&page=$matches[2]
  69. [features/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
  70. [features/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  71. [features/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  72. [features/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  73. [features/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  74. [guide/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  75. [guide/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  76. [guide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  77. [guide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  78. [guide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  79. [guide/([^/]+)/trackback/?$] => index.php?guide=$matches[1]&tb=1
  80. [guide/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?guide=$matches[1]&feed=$matches[2]
  81. [guide/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?guide=$matches[1]&feed=$matches[2]
  82. [guide/([^/]+)/page/?([0-9]{1,})/?$] => index.php?guide=$matches[1]&paged=$matches[2]
  83. [guide/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?guide=$matches[1]&cpage=$matches[2]
  84. [guide/([^/]+)(/[0-9]+)?/?$] => index.php?guide=$matches[1]&page=$matches[2]
  85. [guide/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
  86. [guide/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  87. [guide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  88. [guide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  89. [guide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  90. [acf/.+?/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  91. [acf/.+?/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  92. [acf/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  93. [acf/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  94. [acf/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  95. [acf/(.+?)/trackback/?$] => index.php?acf=$matches[1]&tb=1
  96. [acf/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?acf=$matches[1]&feed=$matches[2]
  97. [acf/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?acf=$matches[1]&feed=$matches[2]
  98. [acf/(.+?)/page/?([0-9]{1,})/?$] => index.php?acf=$matches[1]&paged=$matches[2]
  99. [acf/(.+?)/comment-page-([0-9]{1,})/?$] => index.php?acf=$matches[1]&cpage=$matches[2]
  100. [acf/(.+?)(/[0-9]+)?/?$] => index.php?acf=$matches[1]&page=$matches[2]
  101. [robots\.txt$] => index.php?robots=1
  102. [.*wp-atom.php$] => index.php?feed=atom
  103. [.*wp-rdf.php$] => index.php?feed=rdf
  104. [.*wp-rss.php$] => index.php?feed=rss
  105. [.*wp-rss2.php$] => index.php?feed=rss2
  106. [.*wp-feed.php$] => index.php?feed=feed
  107. [.*wp-commentsrss2.php$] => index.php?feed=rss2&withcomments=1
  108. [guide-alt/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  109. [guide-alt/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  110. [guide-alt/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  111. [guide-alt/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  112. [guide-alt/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  113. [(guide-alt)/trackback/?$] => index.php?pagename=$matches[1]&tb=1
  114. [(guide-alt)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  115. [(guide-alt)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  116. [(guide-alt)/page/?([0-9]{1,})/?$] => index.php?pagename=$matches[1]&paged=$matches[2]
  117. [(guide-alt)/comment-page-([0-9]{1,})/?$] => index.php?pagename=$matches[1]&cpage=$matches[2]
  118. [(guide-alt)(/[0-9]+)?/?$] => index.php?pagename=$matches[1]&page=$matches[2]
  119. [guide-listing/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  120. [guide-listing/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  121. [guide-listing/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  122. [guide-listing/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  123. [guide-listing/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  124. [(guide-listing)/trackback/?$] => index.php?pagename=$matches[1]&tb=1
  125. [(guide-listing)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  126. [(guide-listing)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  127. [(guide-listing)/page/?([0-9]{1,})/?$] => index.php?pagename=$matches[1]&paged=$matches[2]
  128. [(guide-listing)/comment-page-([0-9]{1,})/?$] => index.php?pagename=$matches[1]&cpage=$matches[2]
  129. [(guide-listing)(/[0-9]+)?/?$] => index.php?pagename=$matches[1]&page=$matches[2]
  130. [events/event-listing/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  131. [events/event-listing/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  132. [events/event-listing/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  133. [events/event-listing/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  134. [events/event-listing/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  135. [(events/event-listing)/trackback/?$] => index.php?pagename=$matches[1]&tb=1
  136. [(events/event-listing)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  137. [(events/event-listing)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  138. [(events/event-listing)/page/?([0-9]{1,})/?$] => index.php?pagename=$matches[1]&paged=$matches[2]
  139. [(events/event-listing)/comment-page-([0-9]{1,})/?$] => index.php?pagename=$matches[1]&cpage=$matches[2]
  140. [(events/event-listing)(/[0-9]+)?/?$] => index.php?pagename=$matches[1]&page=$matches[2]
  141. [events/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  142. [events/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  143. [events/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  144. [events/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  145. [events/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  146. [(events)/trackback/?$] => index.php?pagename=$matches[1]&tb=1
  147. [(events)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  148. [(events)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  149. [(events)/page/?([0-9]{1,})/?$] => index.php?pagename=$matches[1]&paged=$matches[2]
  150. [(events)/comment-page-([0-9]{1,})/?$] => index.php?pagename=$matches[1]&cpage=$matches[2]
  151. [(events)(/[0-9]+)?/?$] => index.php?pagename=$matches[1]&page=$matches[2]
  152. [guide/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  153. [guide/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  154. [guide/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  155. [guide/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  156. [guide/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  157. [(guide)/trackback/?$] => index.php?pagename=$matches[1]&tb=1
  158. [(guide)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  159. [(guide)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  160. [(guide)/page/?([0-9]{1,})/?$] => index.php?pagename=$matches[1]&paged=$matches[2]
  161. [(guide)/comment-page-([0-9]{1,})/?$] => index.php?pagename=$matches[1]&cpage=$matches[2]
  162. [(guide)(/[0-9]+)?/?$] => index.php?pagename=$matches[1]&page=$matches[2]
  163. [features/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  164. [features/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  165. [features/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  166. [features/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  167. [features/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  168. [(features)/trackback/?$] => index.php?pagename=$matches[1]&tb=1
  169. [(features)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  170. [(features)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  171. [(features)/page/?([0-9]{1,})/?$] => index.php?pagename=$matches[1]&paged=$matches[2]
  172. [(features)/comment-page-([0-9]{1,})/?$] => index.php?pagename=$matches[1]&cpage=$matches[2]
  173. [(features)(/[0-9]+)?/?$] => index.php?pagename=$matches[1]&page=$matches[2]
  174. [home/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  175. [home/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  176. [home/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  177. [home/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  178. [home/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  179. [(home)/trackback/?$] => index.php?pagename=$matches[1]&tb=1
  180. [(home)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  181. [(home)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  182. [(home)/page/?([0-9]{1,})/?$] => index.php?pagename=$matches[1]&paged=$matches[2]
  183. [(home)/comment-page-([0-9]{1,})/?$] => index.php?pagename=$matches[1]&cpage=$matches[2]
  184. [(home)(/[0-9]+)?/?$] => index.php?pagename=$matches[1]&page=$matches[2]
  185. [feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]
  186. [(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]
  187. [page/?([0-9]{1,})/?$] => index.php?&paged=$matches[1]
  188. [comment-page-([0-9]{1,})/?$] => index.php?&page_id=4&cpage=$matches[1]
  189. [comments/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]&withcomments=1
  190. [comments/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]&withcomments=1
  191. [comments/page/?([0-9]{1,})/?$] => index.php?&paged=$matches[1]
  192. [search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?s=$matches[1]&feed=$matches[2]
  193. [search/(.+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?s=$matches[1]&feed=$matches[2]
  194. [search/(.+)/page/?([0-9]{1,})/?$] => index.php?s=$matches[1]&paged=$matches[2]
  195. [search/(.+)/?$] => index.php?s=$matches[1]
  196. [author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?author_name=$matches[1]&feed=$matches[2]
  197. [author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?author_name=$matches[1]&feed=$matches[2]
  198. [author/([^/]+)/page/?([0-9]{1,})/?$] => index.php?author_name=$matches[1]&paged=$matches[2]
  199. [author/([^/]+)/?$] => index.php?author_name=$matches[1]
  200. [([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]
  201. [([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]
  202. [([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]
  203. [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]
  204. [([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]
  205. [([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]
  206. [([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]
  207. [([0-9]{4})/([0-9]{1,2})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]
  208. [([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&feed=$matches[2]
  209. [([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&feed=$matches[2]
  210. [([0-9]{4})/page/?([0-9]{1,})/?$] => index.php?year=$matches[1]&paged=$matches[2]
  211. [([0-9]{4})/?$] => index.php?year=$matches[1]
  212. [.+?/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  213. [.+?/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  214. [.+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  215. [.+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  216. [.+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  217. [(.+?)/([^/]+)/trackback/?$] => index.php?category_name=$matches[1]&name=$matches[2]&tb=1
  218. [(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]
  219. [(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]
  220. [(.+?)/([^/]+)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]
  221. [(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]
  222. [(.+?)/([^/]+)(/[0-9]+)?/?$] => index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]
  223. [.+?/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
  224. [.+?/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  225. [.+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  226. [.+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  227. [.+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  228. [(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  229. [(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  230. [(.+?)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  231. [(.+?)/comment-page-([0-9]{1,})/?$] => index.php?category_name=$matches[1]&cpage=$matches[2]
  232. [(.+?)/?$] => index.php?category_name=$matches[1]
  233. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement