| 15 | | [rules] => |
| | 15 | [rules] => Array |
| | 16 | ( |
| | 17 | [category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2] |
| | 18 | [category/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2] |
| | 19 | [category/(.+?)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2] |
| | 20 | [category/(.+?)/?$] => index.php?category_name=$matches[1] |
| | 21 | [tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2] |
| | 22 | [tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2] |
| | 23 | [tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?tag=$matches[1]&paged=$matches[2] |
| | 24 | [tag/([^/]+)/?$] => index.php?tag=$matches[1] |
| | 25 | [type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2] |
| | 26 | [type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2] |
| | 27 | [type/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_format=$matches[1]&paged=$matches[2] |
| | 28 | [type/([^/]+)/?$] => index.php?post_format=$matches[1] |
| | 29 | [robots\.txt$] => index.php?robots=1 |
| | 30 | [.*wp-atom.php$] => index.php?feed=atom |
| | 31 | [.*wp-rdf.php$] => index.php?feed=rdf |
| | 32 | [.*wp-rss.php$] => index.php?feed=rss |
| | 33 | [.*wp-rss2.php$] => index.php?feed=rss2 |
| | 34 | [.*wp-feed.php$] => index.php?feed=feed |
| | 35 | [.*wp-commentsrss2.php$] => index.php?feed=rss2&withcomments=1 |
| | 36 | [sample-page/attachment/([^/]+)/?$] => index.php?attachment=$matches[1] |
| | 37 | [sample-page/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1 |
| | 38 | [sample-page/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2] |
| | 39 | [sample-page/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2] |
| | 40 | [sample-page/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2] |
| | 41 | [(sample-page)/trackback/?$] => index.php?pagename=$matches[1]&tb=1 |
| | 42 | [(sample-page)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2] |
| | 43 | [(sample-page)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2] |
| | 44 | [(sample-page)/page/?([0-9]{1,})/?$] => index.php?pagename=$matches[1]&paged=$matches[2] |
| | 45 | [(sample-page)/comment-page-([0-9]{1,})/?$] => index.php?pagename=$matches[1]&cpage=$matches[2] |
| | 46 | [(sample-page)(/[0-9]+)?/?$] => index.php?pagename=$matches[1]&page=$matches[2] |
| | 47 | [feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1] |
| | 48 | [(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1] |
| | 49 | [page/?([0-9]{1,})/?$] => index.php?&paged=$matches[1] |
| | 50 | [comments/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]&withcomments=1 |
| | 51 | [comments/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]&withcomments=1 |
| | 52 | [comments/page/?([0-9]{1,})/?$] => index.php?&paged=$matches[1] |
| | 53 | [search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?s=$matches[1]&feed=$matches[2] |
| | 54 | [search/(.+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?s=$matches[1]&feed=$matches[2] |
| | 55 | [search/(.+)/page/?([0-9]{1,})/?$] => index.php?s=$matches[1]&paged=$matches[2] |
| | 56 | [search/(.+)/?$] => index.php?s=$matches[1] |
| | 57 | [author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?author_name=$matches[1]&feed=$matches[2] |
| | 58 | [author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?author_name=$matches[1]&feed=$matches[2] |
| | 59 | [author/([^/]+)/page/?([0-9]{1,})/?$] => index.php?author_name=$matches[1]&paged=$matches[2] |
| | 60 | [author/([^/]+)/?$] => index.php?author_name=$matches[1] |
| | 61 | [([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] |
| | 62 | [([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] |
| | 63 | [([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] |
| | 64 | [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3] |
| | 65 | [([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3] |
| | 66 | [([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3] |
| | 67 | [([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3] |
| | 68 | [([0-9]{4})/([0-9]{1,2})/?$] => index.php?year=$matches[1]&monthnum=$matches[2] |
| | 69 | [([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&feed=$matches[2] |
| | 70 | [([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&feed=$matches[2] |
| | 71 | [([0-9]{4})/page/?([0-9]{1,})/?$] => index.php?year=$matches[1]&paged=$matches[2] |
| | 72 | [([0-9]{4})/?$] => index.php?year=$matches[1] |
| | 73 | [.+?/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1] |
| | 74 | [.+?/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1 |
| | 75 | [.+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2] |
| | 76 | [.+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2] |
| | 77 | [.+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2] |
| | 78 | [(.+?)/([^/]+)/trackback/?$] => index.php?category_name=$matches[1]&name=$matches[2]&tb=1 |
| | 79 | [(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3] |
| | 80 | [(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3] |
| | 81 | [(.+?)/([^/]+)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3] |
| | 82 | [(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3] |
| | 83 | [(.+?)/([^/]+)(/[0-9]+)?/?$] => index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3] |
| | 84 | [.+?/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1] |
| | 85 | [.+?/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1 |
| | 86 | [.+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2] |
| | 87 | [.+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2] |
| | 88 | [.+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2] |
| | 89 | [(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2] |
| | 90 | [(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2] |
| | 91 | [(.+?)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2] |
| | 92 | [(.+?)/comment-page-([0-9]{1,})/?$] => index.php?category_name=$matches[1]&cpage=$matches[2] |
| | 93 | [(.+?)/?$] => index.php?category_name=$matches[1] |
| | 94 | ) |
| | 95 | |