| 9 | 9 | [feed_base] => feed |
| 10 | 10 | [comments_feed_structure] => |
| 11 | 11 | [front] => / |
| 12 | 12 | [root] => |
| 13 | 13 | [index] => index.php |
| 14 | 14 | [matches] => matches |
| 15 | 15 | [rules] => Array |
| 16 | 16 | ( |
| 17 | 17 | [category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2] |
| 18 | 18 | [category/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2] |
| 19 | 19 | [category/(.+?)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2] |
| 20 | 20 | [category/(.+?)/?$] => index.php?category_name=$matches[1] |
| 21 | 21 | [tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2] |
| 22 | 22 | [tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2] |
| 23 | 23 | [tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?tag=$matches[1]&paged=$matches[2] |
| 24 | 24 | [tag/([^/]+)/?$] => index.php?tag=$matches[1] |
| 25 | 25 | [type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2] |
| 26 | 26 | [type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2] |
| 27 | 27 | [type/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_format=$matches[1]&paged=$matches[2] |
| 28 | 28 | [type/([^/]+)/?$] => index.php?post_format=$matches[1] |
| | 29 | [staff/.+?/attachment/([^/]+)/?$] => index.php?attachment=$matches[1] |
| | 30 | [staff/.+?/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1 |
| | 31 | [staff/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2] |
| | 32 | [staff/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2] |
| | 33 | [staff/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2] |
| | 34 | [staff/(.+?)/trackback/?$] => index.php?staff=$matches[1]&tb=1 |
| | 35 | [staff/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?staff=$matches[1]&feed=$matches[2] |
| | 36 | [staff/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?staff=$matches[1]&feed=$matches[2] |
| | 37 | [staff/(.+?)/page/?([0-9]{1,})/?$] => index.php?staff=$matches[1]&paged=$matches[2] |
| | 38 | [staff/(.+?)/comment-page-([0-9]{1,})/?$] => index.php?staff=$matches[1]&cpage=$matches[2] |
| | 39 | [staff/(.+?)(/[0-9]+)?/?$] => index.php?staff=$matches[1]&page=$matches[2] |
| | 40 | [departments/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?departments=$matches[1]&feed=$matches[2] |
| | 41 | [departments/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?departments=$matches[1]&feed=$matches[2] |
| | 42 | [departments/([^/]+)/page/?([0-9]{1,})/?$] => index.php?departments=$matches[1]&paged=$matches[2] |
| | 43 | [departments/([^/]+)/?$] => index.php?departments=$matches[1] |
| 29 | 44 | [robots\.txt$] => index.php?robots=1 |
| 30 | 45 | [.*wp-atom.php$] => index.php?feed=atom |
| 31 | 46 | [.*wp-rdf.php$] => index.php?feed=rdf |
| 32 | 47 | [.*wp-rss.php$] => index.php?feed=rss |
| 33 | 48 | [.*wp-rss2.php$] => index.php?feed=rss2 |
| 34 | 49 | [.*wp-feed.php$] => index.php?feed=feed |
| 35 | 50 | [.*wp-commentsrss2.php$] => index.php?feed=rss2&withcomments=1 |
| 36 | 51 | [sample-page/attachment/([^/]+)/?$] => index.php?attachment=$matches[1] |
| 37 | 52 | [sample-page/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1 |
| 38 | 53 | [sample-page/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2] |
| 39 | 54 | [sample-page/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2] |
| 40 | 55 | [sample-page/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2] |
| 41 | 56 | [(sample-page)/trackback/?$] => index.php?pagename=$matches[1]&tb=1 |
| 42 | 57 | [(sample-page)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2] |
| 43 | 58 | [(sample-page)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2] |
| 44 | 59 | [(sample-page)/page/?([0-9]{1,})/?$] => index.php?pagename=$matches[1]&paged=$matches[2] |
| 45 | 60 | [(sample-page)/comment-page-([0-9]{1,})/?$] => index.php?pagename=$matches[1]&cpage=$matches[2] |
| 46 | 61 | [(sample-page)(/[0-9]+)?/?$] => index.php?pagename=$matches[1]&page=$matches[2] |
| 47 | 62 | [feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1] |
| 48 | 63 | [(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1] |
| 94 | 109 | ) |
| 95 | 110 | |
| 96 | 111 | [extra_rules] => Array |
| 97 | 112 | ( |
| 98 | 113 | ) |
| 99 | 114 | |
| 100 | 115 | [extra_rules_top] => Array |
| 101 | 116 | ( |
| 102 | 117 | [category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2] |
| 103 | 118 | [category/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2] |
| 104 | 119 | [category/(.+?)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2] |
| 105 | 120 | [category/(.+?)/?$] => index.php?category_name=$matches[1] |
| 106 | 121 | [tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2] |
| 107 | 122 | [tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2] |
| 108 | 123 | [tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?tag=$matches[1]&paged=$matches[2] |
| 109 | 124 | [tag/([^/]+)/?$] => index.php?tag=$matches[1] |
| 110 | 125 | [type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2] |
| 111 | 126 | [type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2] |
| 112 | 127 | [type/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_format=$matches[1]&paged=$matches[2] |
| 113 | 128 | [type/([^/]+)/?$] => index.php?post_format=$matches[1] |
| | 129 | [staff/.+?/attachment/([^/]+)/?$] => index.php?attachment=$matches[1] |
| | 130 | [staff/.+?/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1 |
| | 131 | [staff/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2] |
| | 132 | [staff/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2] |
| | 133 | [staff/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2] |
| | 134 | [staff/(.+?)/trackback/?$] => index.php?staff=$matches[1]&tb=1 |
| | 135 | [staff/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?staff=$matches[1]&feed=$matches[2] |
| | 136 | [staff/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?staff=$matches[1]&feed=$matches[2] |
| | 137 | [staff/(.+?)/page/?([0-9]{1,})/?$] => index.php?staff=$matches[1]&paged=$matches[2] |
| | 138 | [staff/(.+?)/comment-page-([0-9]{1,})/?$] => index.php?staff=$matches[1]&cpage=$matches[2] |
| | 139 | [staff/(.+?)(/[0-9]+)?/?$] => index.php?staff=$matches[1]&page=$matches[2] |
| | 140 | [departments/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?departments=$matches[1]&feed=$matches[2] |
| | 141 | [departments/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?departments=$matches[1]&feed=$matches[2] |
| | 142 | [departments/([^/]+)/page/?([0-9]{1,})/?$] => index.php?departments=$matches[1]&paged=$matches[2] |
| | 143 | [departments/([^/]+)/?$] => index.php?departments=$matches[1] |