<?php

header("Content-Type: application/xml");
		
$url = sprintf("%s://%s/shop/sitemap/index?noredirect=true", isset($_SERVER['HTTPS']) ? 'https' : 'http', $_SERVER['SERVER_NAME']);
print file_get_contents($url);
die();

?>
