Kod · PHP
define('_IN_JOHNCMS', 1);
require_once ('incfiles/core.php');
header('content-type: application/rss+xml');
echo '<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">';
$req = mysql_query('SELECT * FROM `news` ORDER BY `id` DESC');
if (mysql_num_rows($req)) {
while ($res = mysql_fetch_assoc($req)) {
?>
<url><loc><?=$home?>/news/index.php?act=view&id=<?=$res['id']?>/</loc>
<lastmod><?=date('Y-m-d',$res['time'])?>T<?=date('H:i:s',$res['time'])?>+00:00</lastmod>
<priority>0.9</priority></url>
<?
}
}keyin .htaccess ga bu kodni yozing
Kod · PHP
RewriteEngine On
RewriteBase /
RewriteRule ^news-sitemap.xml$ sitemap.php [L]http://site.uz/news-sitemap.xml orali kiring
