/th/our-standard/", // "/frozen-passion-fruit//1000" => "/en/products/", // "/th/frozen-passionfruit-smoothies/" => "/th/products/", // "/frozen-aromatic-coconut-water-with-butterfly-pea/1000" => "/en/products/", // "/frozen-aromatic-coconut-water-with-butterfly-pea/" => "/en/products/", // "/cultivation-area-management/" => "/en/our-standard/", // "/th/all-about-frozen-fruit/" => "/en/products/", // "/about-us/" => "/about-us/", // "/frozen-papaya/?lang=th" => "/en/products/", // "/frozen-pineapple/" => "/en/products/", // ]; // // Get the requested URL path // $request_uri = $_SERVER['REQUEST_URI']; // // Check if the requested URL is in the redirects list // if (array_key_exists($request_uri, $redirects)) { // header("Location: " . $redirects[$request_uri], true, 301); // exit(); // } ?>