stemap.php dosyasi olusturup asagidaki kodlari sitenize gore duzenleyip kayit ediniz
include 'baglanti.php';
header("Content-type: text/xml");
echo '';
?>
    
        http://www.flatcast.fr/ 
        2012-04-20 
        monthly 
        0.8 
     
        
include 'baglanti.php';
$oku= mysql_query("select * from tabloismiyaz order by id desc ");
         while ($al= mysql_fetch_array($oku)) {
		 ?>
    
        http://www.flatcast.fr/=$al['konuismi']?> 
        =$al['tarih']?> 
        monthly 
        0.8 
       } ?> 
 
daha sonra yapmaniz gereken .htaccess dosyasina asagidaki kodlari ekleyin sitemap.php ye giris yapinca stemap.xml calisacaktir
RewriteRule ^sitemap.xml$ sitemap.php 
  
