array (
'^wc-auth/v([1]{1})/(.*)?' => 'index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]',
'^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]',
'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]',
'locations\\.kml$' => 'index.php?sitemap=locations',
'^ninja-forms/([a-zA-Z0-9]+)/?' => 'index.php?nf_public_link=$matches[1]',
'termekek/?$' => 'index.php?post_type=product',
'termekek/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_type=product&feed=$matches[1]',
'termekek/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_type=product&feed=$matches[1]',
'termekek/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]',
'category/(.+?)/schema-preview/?$' => 'index.php?category=$matches[1]&schema-preview=$matches[3]',
'tag/(.+?)/schema-preview/?$' => 'index.php?post_tag=$matches[1]&schema-preview=$matches[3]',
'wholesale_user_roles/(.+?)/schema-preview/?$' => 'index.php?wholesale_user_roles=$matches[1]&schema-preview=$matches[3]',
'category/(.+?)/feed/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?category_name=$matches[1]&feed=$matches[2]',
'category/(.+?)/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => '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/(.+?)/wc-api(/(.*))?/?$' => 'index.php?category_name=$matches[1]&wc-api=$matches[3]',
'category/(.+?)/?$' => 'index.php?category_name=$matches[1]',
'tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?tag=$matches[1]&feed=$matches[2]',
'tag/([^/]+)/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => '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/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?tag=$matches[1]&wc-api=$matches[3]',
'tag/([^/]+)/?$' => 'index.php?tag=$matches[1]',
'type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?post_format=$matches[1]&feed=$matches[2]',
'type/([^/]+)/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => '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]',
'nf_sub/([^/]+)/embed/?$' => 'index.php?nf_sub=$matches[1]&embed=true',
'nf_sub/([^/]+)/trackback/?$' => 'index.php?nf_sub=$matches[1]&tb=1',
'nf_sub/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?nf_sub=$matches[1]&paged=$matches[2]',
'nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?nf_sub=$matches[1]&cpage=$matches[2]',
'nf_sub/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?nf_sub=$matches[1]&wc-api=$matches[3]',
'nf_sub/([^/]+)/schema-preview(/(.*))?/?$' => 'index.php?nf_sub=$matches[1]&schema-preview=$matches[3]',
'nf_sub/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?nf_sub=$matches[1]&page=$matches[2]',
'termekkategoria/(.+?)/feed/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?product_cat=$matches[1]&feed=$matches[2]',
'termekkategoria/(.+?)/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?product_cat=$matches[1]&feed=$matches[2]',
'termekkategoria/(.+?)/embed/?$' => 'index.php?product_cat=$matches[1]&embed=true',
'termekkategoria/(.+?)/page/?([0-9]{1,})/?$' => 'index.php?product_cat=$matches[1]&paged=$matches[2]',
'termekkategoria/(.+?)/?$' => 'index.php?product_cat=$matches[1]',
'termekcimke/([^/]+)/feed/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?product_tag=$matches[1]&feed=$matches[2]',
'termekcimke/([^/]+)/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?product_tag=$matches[1]&feed=$matches[2]',
'termekcimke/([^/]+)/embed/?$' => 'index.php?product_tag=$matches[1]&embed=true',
'termekcimke/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?product_tag=$matches[1]&paged=$matches[2]',
'termekcimke/([^/]+)/?$' => 'index.php?product_tag=$matches[1]',
'termek/([^/]+)/embed/?$' => 'index.php?product=$matches[1]&embed=true',
'termek/([^/]+)/trackback/?$' => 'index.php?product=$matches[1]&tb=1',
'termek/([^/]+)/feed/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?product=$matches[1]&feed=$matches[2]',
'termek/([^/]+)/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?product=$matches[1]&feed=$matches[2]',
'termek/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?product=$matches[1]&paged=$matches[2]',
'termek/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?product=$matches[1]&cpage=$matches[2]',
'termek/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?product=$matches[1]&wc-api=$matches[3]',
'termek/([^/]+)/schema-preview(/(.*))?/?$' => 'index.php?product=$matches[1]&schema-preview=$matches[3]',
'termek/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?product=$matches[1]&page=$matches[2]',
'iwp_log/([^/]+)/embed/?$' => 'index.php?iwp_log=$matches[1]&embed=true',
'iwp_log/([^/]+)/trackback/?$' => 'index.php?iwp_log=$matches[1]&tb=1',
'iwp_log/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?iwp_log=$matches[1]&paged=$matches[2]',
'iwp_log/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?iwp_log=$matches[1]&cpage=$matches[2]',
'iwp_log/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?iwp_log=$matches[1]&wc-api=$matches[3]',
'iwp_log/([^/]+)/schema-preview(/(.*))?/?$' => 'index.php?iwp_log=$matches[1]&schema-preview=$matches[3]',
'iwp_log/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?iwp_log=$matches[1]&page=$matches[2]',
'wholesale_user_roles/([^/]+)/feed/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?wholesale_user_roles=$matches[1]&feed=$matches[2]',
'wholesale_user_roles/([^/]+)/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?wholesale_user_roles=$matches[1]&feed=$matches[2]',
'wholesale_user_roles/([^/]+)/embed/?$' => 'index.php?wholesale_user_roles=$matches[1]&embed=true',
'wholesale_user_roles/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?wholesale_user_roles=$matches[1]&paged=$matches[2]',
'wholesale_user_roles/([^/]+)/?$' => 'index.php?wholesale_user_roles=$matches[1]',
'mc4wp-form/([^/]+)/embed/?$' => 'index.php?mc4wp-form=$matches[1]&embed=true',
'mc4wp-form/([^/]+)/trackback/?$' => 'index.php?mc4wp-form=$matches[1]&tb=1',
'mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?mc4wp-form=$matches[1]&paged=$matches[2]',
'mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?mc4wp-form=$matches[1]&cpage=$matches[2]',
'mc4wp-form/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?mc4wp-form=$matches[1]&wc-api=$matches[3]',
'mc4wp-form/([^/]+)/schema-preview(/(.*))?/?$' => 'index.php?mc4wp-form=$matches[1]&schema-preview=$matches[3]',
'mc4wp-form/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?mc4wp-form=$matches[1]&page=$matches[2]',
'product_review_qualifier/([^/]+)/feed/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?taxonomy=product_review_qualifier&term=$matches[1]&feed=$matches[2]',
'product_review_qualifier/([^/]+)/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?taxonomy=product_review_qualifier&term=$matches[1]&feed=$matches[2]',
'product_review_qualifier/([^/]+)/embed/?$' => 'index.php?taxonomy=product_review_qualifier&term=$matches[1]&embed=true',
'product_review_qualifier/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?taxonomy=product_review_qualifier&term=$matches[1]&paged=$matches[2]',
'product_review_qualifier/([^/]+)/?$' => 'index.php?taxonomy=product_review_qualifier&term=$matches[1]',
'shipment/([^/]+)/embed/?$' => 'index.php?shipment=$matches[1]&embed=true',
'shipment/([^/]+)/trackback/?$' => 'index.php?shipment=$matches[1]&tb=1',
'shipment/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?shipment=$matches[1]&paged=$matches[2]',
'shipment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?shipment=$matches[1]&cpage=$matches[2]',
'shipment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?shipment=$matches[1]&wc-api=$matches[3]',
'shipment/([^/]+)/schema-preview(/(.*))?/?$' => 'index.php?shipment=$matches[1]&schema-preview=$matches[3]',
'shipment/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?shipment=$matches[1]&page=$matches[2]',
'shipping_manifest/([^/]+)/embed/?$' => 'index.php?shipping_manifest=$matches[1]&embed=true',
'shipping_manifest/([^/]+)/trackback/?$' => 'index.php?shipping_manifest=$matches[1]&tb=1',
'shipping_manifest/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?shipping_manifest=$matches[1]&paged=$matches[2]',
'shipping_manifest/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?shipping_manifest=$matches[1]&cpage=$matches[2]',
'shipping_manifest/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?shipping_manifest=$matches[1]&wc-api=$matches[3]',
'shipping_manifest/([^/]+)/schema-preview(/(.*))?/?$' => 'index.php?shipping_manifest=$matches[1]&schema-preview=$matches[3]',
'shipping_manifest/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?shipping_manifest=$matches[1]&page=$matches[2]',
'robots\\.txt$' => 'index.php?robots=1',
'favicon\\.ico$' => 'index.php?favicon=1',
'.*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|arukereso|argep)/?$' => 'index.php?&feed=$matches[1]',
'(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => '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=87&cpage=$matches[1]',
'wc-api(/(.*))?/?$' => 'index.php?&wc-api=$matches[2]',
'schema-preview(/(.*))?/?$' => 'index.php?&schema-preview=$matches[2]',
'contributions(/(.*))?/?$' => 'index.php?&contributions=$matches[2]',
'getxlsexport(/(.*))?/?$' => 'index.php?&getxlsexport=$matches[2]',
'comments/feed/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?&feed=$matches[1]&withcomments=1',
'comments/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?&feed=$matches[1]&withcomments=1',
'comments/embed/?$' => 'index.php?&embed=true',
'comments/wc-api(/(.*))?/?$' => 'index.php?&wc-api=$matches[2]',
'search/(.+)/feed/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?s=$matches[1]&feed=$matches[2]',
'search/(.+)/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => '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/(.+)/wc-api(/(.*))?/?$' => 'index.php?s=$matches[1]&wc-api=$matches[3]',
'search/(.+)/?$' => 'index.php?s=$matches[1]',
'author/([^/]+)/feed/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?author_name=$matches[1]&feed=$matches[2]',
'author/([^/]+)/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => '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/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?author_name=$matches[1]&wc-api=$matches[3]',
'author/([^/]+)/?$' => 'index.php?author_name=$matches[1]',
'([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => '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|arukereso|argep)/?$' => '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})/wc-api(/(.*))?/?$' => 'index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]',
'([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|arukereso|argep)/?$' => 'index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]',
'([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => '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})/wc-api(/(.*))?/?$' => 'index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]',
'([0-9]{4})/([0-9]{1,2})/?$' => 'index.php?year=$matches[1]&monthnum=$matches[2]',
'([0-9]{4})/feed/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?year=$matches[1]&feed=$matches[2]',
'([0-9]{4})/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => '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})/wc-api(/(.*))?/?$' => 'index.php?year=$matches[1]&wc-api=$matches[3]',
'([0-9]{4})/?$' => 'index.php?year=$matches[1]',
'(.?.+?)/embed/?$' => 'index.php?pagename=$matches[1]&embed=true',
'(.?.+?)/trackback/?$' => 'index.php?pagename=$matches[1]&tb=1',
'(.?.+?)/feed/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?pagename=$matches[1]&feed=$matches[2]',
'(.?.+?)/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => '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]',
'(.?.+?)/wc-api(/(.*))?/?$' => 'index.php?pagename=$matches[1]&wc-api=$matches[3]',
'(.?.+?)/order-pay(/(.*))?/?$' => 'index.php?pagename=$matches[1]&order-pay=$matches[3]',
'(.?.+?)/order-received(/(.*))?/?$' => 'index.php?pagename=$matches[1]&order-received=$matches[3]',
'(.?.+?)/orders(/(.*))?/?$' => 'index.php?pagename=$matches[1]&orders=$matches[3]',
'(.?.+?)/view-order(/(.*))?/?$' => 'index.php?pagename=$matches[1]&view-order=$matches[3]',
'(.?.+?)/downloads(/(.*))?/?$' => 'index.php?pagename=$matches[1]&downloads=$matches[3]',
'(.?.+?)/edit-account(/(.*))?/?$' => 'index.php?pagename=$matches[1]&edit-account=$matches[3]',
'(.?.+?)/edit-address(/(.*))?/?$' => 'index.php?pagename=$matches[1]&edit-address=$matches[3]',
'(.?.+?)/payment-methods(/(.*))?/?$' => 'index.php?pagename=$matches[1]&payment-methods=$matches[3]',
'(.?.+?)/lost-password(/(.*))?/?$' => 'index.php?pagename=$matches[1]&lost-password=$matches[3]',
'(.?.+?)/customer-logout(/(.*))?/?$' => 'index.php?pagename=$matches[1]&customer-logout=$matches[3]',
'(.?.+?)/add-payment-method(/(.*))?/?$' => 'index.php?pagename=$matches[1]&add-payment-method=$matches[3]',
'(.?.+?)/delete-payment-method(/(.*))?/?$' => 'index.php?pagename=$matches[1]&delete-payment-method=$matches[3]',
'(.?.+?)/set-default-payment-method(/(.*))?/?$' => 'index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]',
'(.?.+?)/schema-preview(/(.*))?/?$' => 'index.php?pagename=$matches[1]&schema-preview=$matches[3]',
'(.?.+?)/contributions(/(.*))?/?$' => 'index.php?pagename=$matches[1]&contributions=$matches[3]',
'(.?.+?)/snkxls(/(.*))?/?$' => 'index.php?pagename=$matches[1]&snkxls=$matches[3]',
'(.?.+?)(?:/([0-9]+))?/?$' => 'index.php?pagename=$matches[1]&page=$matches[2]',
'([^/]+)/embed/?$' => 'index.php?name=$matches[1]&embed=true',
'([^/]+)/trackback/?$' => 'index.php?name=$matches[1]&tb=1',
'([^/]+)/feed/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?name=$matches[1]&feed=$matches[2]',
'([^/]+)/(feed|rdf|rss|rss2|atom|arukereso|argep)/?$' => 'index.php?name=$matches[1]&feed=$matches[2]',
'([^/]+)/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]',
'([^/]+)/wc-api(/(.*))?/?$' => 'index.php?name=$matches[1]&wc-api=$matches[3]',
'([^/]+)/schema-preview(/(.*))?/?$' => 'index.php?name=$matches[1]&schema-preview=$matches[3]',
'([^/]+)(?:/([0-9]+))?/?$' => 'index.php?name=$matches[1]&page=$matches[2]',
)
Amit mások mondanak a termékről
Még nem érkeztek vélemények a termékhez.