Array
(
    [sitemap_index\.xml$] => index.php?sitemap=1
    [([^/]+?)-sitemap([0-9]+)?\.xml$] => index.php?sitemap=$matches[1]&sitemap_n=$matches[2]
    [([a-z]+)?-?sitemap\.xsl$] => index.php?xsl=$matches[1]
    [^wp-json/?$] => index.php?rest_route=/
    [^wp-json/(.*)?] => index.php?rest_route=/$matches[1]
    [^index.php/wp-json/?$] => index.php?rest_route=/
    [^index.php/wp-json/(.*)?] => index.php?rest_route=/$matches[1]
    [^wp-sitemap\.xml$] => index.php?sitemap=index
    [^wp-sitemap\.xsl$] => index.php?sitemap-stylesheet=sitemap
    [^wp-sitemap-index\.xsl$] => index.php?sitemap-stylesheet=index
    [^wp-sitemap-([a-z]+?)-([a-z\d_-]+?)-(\d+?)\.xml$] => index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]
    [^wp-sitemap-([a-z]+?)-(\d+?)\.xml$] => index.php?sitemap=$matches[1]&paged=$matches[2]
    [^llms\.txt$] => index.php?llms_txt=1
    [wpcode/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [wpcode/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [wpcode/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [wpcode/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [wpcode/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [wpcode/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [wpcode/([^/]+)/embed/?$] => index.php?wpcode=$matches[1]&embed=true
    [wpcode/([^/]+)/trackback/?$] => index.php?wpcode=$matches[1]&tb=1
    [wpcode/([^/]+)/page/?([0-9]{1,})/?$] => index.php?wpcode=$matches[1]&paged=$matches[2]
    [wpcode/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?wpcode=$matches[1]&cpage=$matches[2]
    [wpcode/([^/]+)(?:/([0-9]+))?/?$] => index.php?wpcode=$matches[1]&page=$matches[2]
    [wpcode/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
    [wpcode/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [wpcode/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [wpcode/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [wpcode/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [wpcode/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [wpcode_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?wpcode_type=$matches[1]&feed=$matches[2]
    [wpcode_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?wpcode_type=$matches[1]&feed=$matches[2]
    [wpcode_type/([^/]+)/embed/?$] => index.php?wpcode_type=$matches[1]&embed=true
    [wpcode_type/([^/]+)/page/?([0-9]{1,})/?$] => index.php?wpcode_type=$matches[1]&paged=$matches[2]
    [wpcode_type/([^/]+)/?$] => index.php?wpcode_type=$matches[1]
    [wpcode_location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?wpcode_location=$matches[1]&feed=$matches[2]
    [wpcode_location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?wpcode_location=$matches[1]&feed=$matches[2]
    [wpcode_location/([^/]+)/embed/?$] => index.php?wpcode_location=$matches[1]&embed=true
    [wpcode_location/([^/]+)/page/?([0-9]{1,})/?$] => index.php?wpcode_location=$matches[1]&paged=$matches[2]
    [wpcode_location/([^/]+)/?$] => index.php?wpcode_location=$matches[1]
    [wpcode_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?wpcode_tags=$matches[1]&feed=$matches[2]
    [wpcode_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?wpcode_tags=$matches[1]&feed=$matches[2]
    [wpcode_tags/([^/]+)/embed/?$] => index.php?wpcode_tags=$matches[1]&embed=true
    [wpcode_tags/([^/]+)/page/?([0-9]{1,})/?$] => index.php?wpcode_tags=$matches[1]&paged=$matches[2]
    [wpcode_tags/([^/]+)/?$] => index.php?wpcode_tags=$matches[1]
    [category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
    [category/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
    [category/(.+?)/embed/?$] => index.php?category_name=$matches[1]&embed=true
    [category/(.+?)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
    [category/(.+?)/?$] => index.php?category_name=$matches[1]
    [tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2]
    [tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2]
    [tag/([^/]+)/embed/?$] => index.php?tag=$matches[1]&embed=true
    [tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?tag=$matches[1]&paged=$matches[2]
    [tag/([^/]+)/?$] => index.php?tag=$matches[1]
    [type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2]
    [type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2]
    [type/([^/]+)/embed/?$] => index.php?post_format=$matches[1]&embed=true
    [type/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_format=$matches[1]&paged=$matches[2]
    [type/([^/]+)/?$] => index.php?post_format=$matches[1]
    [case-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?case-category=$matches[1]&feed=$matches[2]
    [case-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?case-category=$matches[1]&feed=$matches[2]
    [case-category/([^/]+)/embed/?$] => index.php?case-category=$matches[1]&embed=true
    [case-category/([^/]+)/page/?([0-9]{1,})/?$] => index.php?case-category=$matches[1]&paged=$matches[2]
    [case-category/([^/]+)/?$] => index.php?case-category=$matches[1]
    [format/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?format=$matches[1]&feed=$matches[2]
    [format/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?format=$matches[1]&feed=$matches[2]
    [format/([^/]+)/embed/?$] => index.php?format=$matches[1]&embed=true
    [format/([^/]+)/page/?([0-9]{1,})/?$] => index.php?format=$matches[1]&paged=$matches[2]
    [format/([^/]+)/?$] => index.php?format=$matches[1]
    [objective/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?objective=$matches[1]&feed=$matches[2]
    [objective/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?objective=$matches[1]&feed=$matches[2]
    [objective/([^/]+)/embed/?$] => index.php?objective=$matches[1]&embed=true
    [objective/([^/]+)/page/?([0-9]{1,})/?$] => index.php?objective=$matches[1]&paged=$matches[2]
    [objective/([^/]+)/?$] => index.php?objective=$matches[1]
    [portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?portfolio_category=$matches[1]&feed=$matches[2]
    [portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?portfolio_category=$matches[1]&feed=$matches[2]
    [portfolio_category/([^/]+)/embed/?$] => index.php?portfolio_category=$matches[1]&embed=true
    [portfolio_category/([^/]+)/page/?([0-9]{1,})/?$] => index.php?portfolio_category=$matches[1]&paged=$matches[2]
    [portfolio_category/([^/]+)/?$] => index.php?portfolio_category=$matches[1]
    [case-study/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [case-study/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [case-study/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [case-study/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [case-study/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [case-study/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [case-study/([^/]+)/embed/?$] => index.php?case-study=$matches[1]&embed=true
    [case-study/([^/]+)/trackback/?$] => index.php?case-study=$matches[1]&tb=1
    [case-study/([^/]+)/page/?([0-9]{1,})/?$] => index.php?case-study=$matches[1]&paged=$matches[2]
    [case-study/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?case-study=$matches[1]&cpage=$matches[2]
    [case-study/([^/]+)(?:/([0-9]+))?/?$] => index.php?case-study=$matches[1]&page=$matches[2]
    [case-study/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
    [case-study/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [case-study/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [case-study/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [case-study/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [case-study/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [featured-project/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [featured-project/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [featured-project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [featured-project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [featured-project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [featured-project/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [featured-project/([^/]+)/embed/?$] => index.php?featured-project=$matches[1]&embed=true
    [featured-project/([^/]+)/trackback/?$] => index.php?featured-project=$matches[1]&tb=1
    [featured-project/([^/]+)/page/?([0-9]{1,})/?$] => index.php?featured-project=$matches[1]&paged=$matches[2]
    [featured-project/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?featured-project=$matches[1]&cpage=$matches[2]
    [featured-project/([^/]+)(?:/([0-9]+))?/?$] => index.php?featured-project=$matches[1]&page=$matches[2]
    [featured-project/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
    [featured-project/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [featured-project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [featured-project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [featured-project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [featured-project/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [portfolio/.+?/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [portfolio/.+?/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [portfolio/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [portfolio/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [portfolio/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [portfolio/.+?/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [portfolio/(.+?)/embed/?$] => index.php?portfolio=$matches[1]&embed=true
    [portfolio/(.+?)/trackback/?$] => index.php?portfolio=$matches[1]&tb=1
    [portfolio/(.+?)/page/?([0-9]{1,})/?$] => index.php?portfolio=$matches[1]&paged=$matches[2]
    [portfolio/(.+?)/comment-page-([0-9]{1,})/?$] => index.php?portfolio=$matches[1]&cpage=$matches[2]
    [portfolio/(.+?)(?:/([0-9]+))?/?$] => index.php?portfolio=$matches[1]&page=$matches[2]
    [[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [([^/]+)/embed/?$] => index.php?name=$matches[1]&embed=true
    [([^/]+)/trackback/?$] => index.php?name=$matches[1]&tb=1
    [([^/]+)/page/?([0-9]{1,})/?$] => index.php?name=$matches[1]&paged=$matches[2]
    [([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?name=$matches[1]&cpage=$matches[2]
    [([^/]+)(?:/([0-9]+))?/?$] => index.php?name=$matches[1]&page=$matches[2]
    [[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
    [[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [robots\.txt$] => index.php?robots=1
    [favicon\.ico$] => index.php?favicon=1
    [sitemap\.xml] => index.php?sitemap=index
    [.*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\.php$] => index.php?feed=old
    [.*wp-app\.php(/.*)?$] => index.php?error=403
    [.*wp-register.php$] => index.php?register=true
    [feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]
    [(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]
    [embed/?$] => index.php?&embed=true
    [page/?([0-9]{1,})/?$] => index.php?&paged=$matches[1]
    [comment-page-([0-9]{1,})/?$] => index.php?&page_id=13&cpage=$matches[1]
    [comments/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]&withcomments=1
    [comments/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]&withcomments=1
    [comments/embed/?$] => index.php?&embed=true
    [search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?s=$matches[1]&feed=$matches[2]
    [search/(.+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?s=$matches[1]&feed=$matches[2]
    [search/(.+)/embed/?$] => index.php?s=$matches[1]&embed=true
    [search/(.+)/page/?([0-9]{1,})/?$] => index.php?s=$matches[1]&paged=$matches[2]
    [search/(.+)/?$] => index.php?s=$matches[1]
    [author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?author_name=$matches[1]&feed=$matches[2]
    [author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?author_name=$matches[1]&feed=$matches[2]
    [author/([^/]+)/embed/?$] => index.php?author_name=$matches[1]&embed=true
    [author/([^/]+)/page/?([0-9]{1,})/?$] => index.php?author_name=$matches[1]&paged=$matches[2]
    [author/([^/]+)/?$] => index.php?author_name=$matches[1]
    [([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]
    [([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]
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true
    [([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]
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]
    [([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]
    [([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]
    [([0-9]{4})/([0-9]{1,2})/embed/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&embed=true
    [([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]
    [([0-9]{4})/([0-9]{1,2})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]
    [([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&feed=$matches[2]
    [([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&feed=$matches[2]
    [([0-9]{4})/embed/?$] => index.php?year=$matches[1]&embed=true
    [([0-9]{4})/page/?([0-9]{1,})/?$] => index.php?year=$matches[1]&paged=$matches[2]
    [([0-9]{4})/?$] => index.php?year=$matches[1]
    [.?.+?/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [.?.+?/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [.?.+?/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [(.?.+?)/embed/?$] => index.php?pagename=$matches[1]&embed=true
    [(.?.+?)/trackback/?$] => index.php?pagename=$matches[1]&tb=1
    [(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
    [(.?.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
    [(.?.+?)/page/?([0-9]{1,})/?$] => index.php?pagename=$matches[1]&paged=$matches[2]
    [(.?.+?)/comment-page-([0-9]{1,})/?$] => index.php?pagename=$matches[1]&cpage=$matches[2]
    [(.?.+?)(?:/([0-9]+))?/?$] => index.php?pagename=$matches[1]&page=$matches[2]
    [([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?name=$matches[1]&feed=$matches[2]
    [([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?name=$matches[1]&feed=$matches[2]
)