Array
(
    [sitemap.xml/(\w{2})/active/(.+)] => Home/productview/$1
    [sitemap.xml/(\w{2})/cruise/(.+)] => Home/productview/$1
    [sitemap.xml/(\w{2})/hotel/(.+)] => Home/productview/$1
    [sitemap.xml/(\w{2})/(:any)] => Home/dynamic/$1
    [sitemap.xml/(\w{2})/home] => Home/index
    [sitemap.xml/(\w{2})] => Home/index
)