Array
(
    [^wc-auth/v([1]{1})/(.*)?] => index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]
    [^wc/file/transient/?$] => index.php?wc-transient-file-name=
    [^wc/file/transient/(.+)$] => index.php?wc-transient-file-name=$matches[1]
    [^wc-api/v([1-3]{1})/?$] => index.php?wc-api-version=$matches[1]&wc-api-route=/
    [^wc-api/v([1-3]{1})(.*)?] => index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]
    [shop/?$] => index.php?post_type=product
    [shop/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=product&feed=$matches[1]
    [shop/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=product&feed=$matches[1]
    [shop/page/([0-9]{1,})/?$] => index.php?post_type=product&paged=$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]
    [ezfc-file\.php] => index.php?ezfc_file=1
    [ezfc-form\.php] => index.php?ezfc_form=1
    [ezfc-download-export-form\.php] => index.php?ezfc_download_export_form=1
    [category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$1&feed=$2
    [category/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$1&feed=$2
    [category/(.+?)/embed/?$] => index.php?category_name=$1&embed=true
    [category/(.+?)/page/?([0-9]{1,})/?$] => index.php?category_name=$1&paged=$2
    [category/(.+?)/wc/file/transient(/(.*))?/?$] => index.php?category_name=$1&wc/file/transient=$3
    [category/(.+?)/wc-api(/(.*))?/?$] => index.php?category_name=$1&wc-api=$3
    [category/(.+?)/?$] => index.php?category_name=$1
    [tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$1&feed=$2
    [tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$1&feed=$2
    [tag/([^/]+)/embed/?$] => index.php?tag=$1&embed=true
    [tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?tag=$1&paged=$2
    [tag/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?tag=$1&wc/file/transient=$3
    [tag/([^/]+)/wc-api(/(.*))?/?$] => index.php?tag=$1&wc-api=$3
    [tag/([^/]+)/?$] => index.php?tag=$1
    [type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$1&feed=$2
    [type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$1&feed=$2
    [type/([^/]+)/embed/?$] => index.php?post_format=$1&embed=true
    [type/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_format=$1&paged=$2
    [type/([^/]+)/?$] => index.php?post_format=$1
    [Marke/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?product_brand=$1&feed=$2
    [Marke/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?product_brand=$1&feed=$2
    [Marke/(.+?)/embed/?$] => index.php?product_brand=$1&embed=true
    [Marke/(.+?)/page/?([0-9]{1,})/?$] => index.php?product_brand=$1&paged=$2
    [Marke/(.+?)/?$] => index.php?product_brand=$1
    [product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?product_cat=$1&feed=$2
    [product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?product_cat=$1&feed=$2
    [product-category/(.+?)/embed/?$] => index.php?product_cat=$1&embed=true
    [product-category/(.+?)/page/?([0-9]{1,})/?$] => index.php?product_cat=$1&paged=$2
    [product-category/(.+?)/?$] => index.php?product_cat=$1
    [product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?product_tag=$1&feed=$2
    [product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?product_tag=$1&feed=$2
    [product-tag/([^/]+)/embed/?$] => index.php?product_tag=$1&embed=true
    [product-tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?product_tag=$1&paged=$2
    [product-tag/([^/]+)/?$] => index.php?product_tag=$1
    [product/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$1
    [product/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$1&tb=1
    [product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$1&feed=$2
    [product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$1&feed=$2
    [product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$1&cpage=$2
    [product/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$1&embed=true
    [product/([^/]+)/embed/?$] => index.php?product=$1&embed=true
    [product/([^/]+)/trackback/?$] => index.php?product=$1&tb=1
    [product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?product=$1&feed=$2
    [product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?product=$1&feed=$2
    [product/([^/]+)/page/?([0-9]{1,})/?$] => index.php?product=$1&paged=$2
    [product/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?product=$1&cpage=$2
    [product/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?product=$1&wc/file/transient=$3
    [product/([^/]+)/wc-api(/(.*))?/?$] => index.php?product=$1&wc-api=$3
    [product/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$1&wc/file/transient=$3
    [product/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$1&wc/file/transient=$3
    [product/[^/]+/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$1&wc-api=$3
    [product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$1&wc-api=$3
    [product/([^/]+)(?:/([0-9]+))?/?$] => index.php?product=$1&page=$2
    [product/[^/]+/([^/]+)/?$] => index.php?attachment=$1
    [product/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$1&tb=1
    [product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$1&feed=$2
    [product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$1&feed=$2
    [product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$1&cpage=$2
    [product/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$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=$1
    [(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$1
    [embed/?$] => index.php?&embed=true
    [page/?([0-9]{1,})/?$] => index.php?&paged=$1
    [comment-page-([0-9]{1,})/?$] => index.php?&page_id=301&cpage=$1
    [wc/file/transient(/(.*))?/?$] => index.php?&wc/file/transient=$2
    [wc-api(/(.*))?/?$] => index.php?&wc-api=$2
    [comments/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$1&withcomments=1
    [comments/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$1&withcomments=1
    [comments/embed/?$] => index.php?&embed=true
    [comments/wc/file/transient(/(.*))?/?$] => index.php?&wc/file/transient=$2
    [comments/wc-api(/(.*))?/?$] => index.php?&wc-api=$2
    [search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?s=$1&feed=$2
    [search/(.+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?s=$1&feed=$2
    [search/(.+)/embed/?$] => index.php?s=$1&embed=true
    [search/(.+)/page/?([0-9]{1,})/?$] => index.php?s=$1&paged=$2
    [search/(.+)/wc/file/transient(/(.*))?/?$] => index.php?s=$1&wc/file/transient=$3
    [search/(.+)/wc-api(/(.*))?/?$] => index.php?s=$1&wc-api=$3
    [search/(.+)/?$] => index.php?s=$1
    [author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?author_name=$1&feed=$2
    [author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?author_name=$1&feed=$2
    [author/([^/]+)/embed/?$] => index.php?author_name=$1&embed=true
    [author/([^/]+)/page/?([0-9]{1,})/?$] => index.php?author_name=$1&paged=$2
    [author/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?author_name=$1&wc/file/transient=$3
    [author/([^/]+)/wc-api(/(.*))?/?$] => index.php?author_name=$1&wc-api=$3
    [author/([^/]+)/?$] => index.php?author_name=$1
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$1&monthnum=$2&day=$3&feed=$4
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$1&monthnum=$2&day=$3&feed=$4
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$] => index.php?year=$1&monthnum=$2&day=$3&embed=true
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$] => index.php?year=$1&monthnum=$2&day=$3&paged=$4
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$] => index.php?year=$1&monthnum=$2&day=$3&wc/file/transient=$5
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$] => index.php?year=$1&monthnum=$2&day=$3&wc-api=$5
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$] => index.php?year=$1&monthnum=$2&day=$3
    [([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$1&monthnum=$2&feed=$3
    [([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$1&monthnum=$2&feed=$3
    [([0-9]{4})/([0-9]{1,2})/embed/?$] => index.php?year=$1&monthnum=$2&embed=true
    [([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$] => index.php?year=$1&monthnum=$2&paged=$3
    [([0-9]{4})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$] => index.php?year=$1&monthnum=$2&wc/file/transient=$4
    [([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$] => index.php?year=$1&monthnum=$2&wc-api=$4
    [([0-9]{4})/([0-9]{1,2})/?$] => index.php?year=$1&monthnum=$2
    [([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$1&feed=$2
    [([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$1&feed=$2
    [([0-9]{4})/embed/?$] => index.php?year=$1&embed=true
    [([0-9]{4})/page/?([0-9]{1,})/?$] => index.php?year=$1&paged=$2
    [([0-9]{4})/wc/file/transient(/(.*))?/?$] => index.php?year=$1&wc/file/transient=$3
    [([0-9]{4})/wc-api(/(.*))?/?$] => index.php?year=$1&wc-api=$3
    [([0-9]{4})/?$] => index.php?year=$1
    [.?.+?/attachment/([^/]+)/?$] => index.php?attachment=$1
    [.?.+?/attachment/([^/]+)/trackback/?$] => index.php?attachment=$1&tb=1
    [.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$1&feed=$2
    [.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$1&feed=$2
    [.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$1&cpage=$2
    [.?.+?/attachment/([^/]+)/embed/?$] => index.php?attachment=$1&embed=true
    [(.?.+?)/embed/?$] => index.php?pagename=$1&embed=true
    [(.?.+?)/trackback/?$] => index.php?pagename=$1&tb=1
    [(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$1&feed=$2
    [(.?.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$1&feed=$2
    [(.?.+?)/page/?([0-9]{1,})/?$] => index.php?pagename=$1&paged=$2
    [(.?.+?)/comment-page-([0-9]{1,})/?$] => index.php?pagename=$1&cpage=$2
    [(.?.+?)/wc/file/transient(/(.*))?/?$] => index.php?pagename=$1&wc/file/transient=$3
    [(.?.+?)/wc-api(/(.*))?/?$] => index.php?pagename=$1&wc-api=$3
    [.?.+?/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$1&wc/file/transient=$3
    [.?.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$1&wc/file/transient=$3
    [.?.+?/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$1&wc-api=$3
    [.?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$1&wc-api=$3
    [(.?.+?)(?:/([0-9]+))?/?$] => index.php?pagename=$1&page=$2
    [[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$1
    [[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$1&tb=1
    [[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$1&feed=$2
    [[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$1&feed=$2
    [[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$1&cpage=$2
    [[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$1&embed=true
    [([^/]+)/embed/?$] => index.php?name=$1&embed=true
    [([^/]+)/trackback/?$] => index.php?name=$1&tb=1
    [([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?name=$1&feed=$2
    [([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?name=$1&feed=$2
    [([^/]+)/page/?([0-9]{1,})/?$] => index.php?name=$1&paged=$2
    [([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?name=$1&cpage=$2
    [([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?name=$1&wc/file/transient=$3
    [([^/]+)/wc-api(/(.*))?/?$] => index.php?name=$1&wc-api=$3
    [[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$1&wc/file/transient=$3
    [[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$1&wc/file/transient=$3
    [[^/]+/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$1&wc-api=$3
    [[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$1&wc-api=$3
    [([^/]+)(?:/([0-9]+))?/?$] => index.php?name=$1&page=$2
    [[^/]+/([^/]+)/?$] => index.php?attachment=$1
    [[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$1&tb=1
    [[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$1&feed=$2
    [[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$1&feed=$2
    [[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$1&cpage=$2
    [[^/]+/([^/]+)/embed/?$] => index.php?attachment=$1&embed=true
)