Yangi formatda davom etish uchun: https://uzfor.net/view.php?act=post&id=75598
Postga havola
ERKIN7717 [125] [off]
ushbu kod sitemapni avtomatik chiaradi bu krite newsga moslangan download sentr, library va hk ga moslab qo`yish mumkin sitemap.php ga bu kodlarni yozing
keyin .htaccess ga bu kodni yozing
http://site.uz/news-sitemap.xml orali kiring
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> <priority>0.9</priority></url> <? } }
keyin .htaccess ga bu kodni yozing
RewriteEngine On RewriteBase / RewriteRule ^news-sitemap.xml$ sitemap.php [L]
http://site.uz/news-sitemap.xml orali kiring