<?php
header('Content-type: text/xml');

if($_SERVER['SERVER_NAME']=="rainbowzoom.pl") readfile('https://rainbowzoom.pl/sitemap1pl.xml'); //$xmlfile=file_get_contents('https://rainbowzoom.pl/sitemap1pl.xml');
elseif($_SERVER['SERVER_NAME']=="rainbowzoom.de") { exit(); $xmlfile=file_get_contents('https://rainbowzoom.de/sitemap1de.xml'); }
else readfile('https://rainbowzoom.eu/sitemap1uk.xml')
?>