User-agent: *
Disallow: /shopping_cart.html
<?php
if(file_exists("./sitemaps/".$_SERVER['HTTP_HOST'].".xml"))
{
?>
Sitemap: http://<?php echo $_SERVER['HTTP_HOST'];?>/sitemap.xml
<?php
}
?>
