MaZaHaKa 0 10/22/2016 04:39 PM Всем привет. Дело в том что мой форум не хочет индексировать google.Выдает 9 ошибок. Файл sitemap:<?xml version="1.0" encoding="UTF-8"?> <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap> <loc>http://forum-css.h1n.ru/index.php?app=core&module=global§ion=sitemap&sitemap=sitemap_core_core.xml.gz</loc> <lastmod>2016-10-23T16:32:01+00:00</lastmod> </sitemap> <sitemap> <loc>http://forum-css.h1n.ru/index.php?app=core&module=global§ion=sitemap&sitemap=sitemap_core_topics.xml.gz</loc> <lastmod>2016-10-23T16:32:01+00:00</lastmod> </sitemap> <sitemap> <loc>http://forum-css.h1n.ru/index.php?app=core&module=global§ion=sitemap&sitemap=sitemap_core_forums.xml.gz</loc> <lastmod>2016-10-23T16:32:01+00:00</lastmod> </sitemap> <sitemap> <loc>http://forum-css.h1n.ru/index.php?app=core&module=global§ion=sitemap&sitemap=sitemap_core_downloads_categories.xml.gz</loc> <lastmod>2016-10-23T16:32:01+00:00</lastmod> </sitemap> <sitemap> <loc>http://forum-css.h1n.ru/index.php?app=core&module=global§ion=sitemap&sitemap=sitemap_core_downloads_files.xml.gz</loc> <lastmod>2016-10-23T16:32:01+00:00</lastmod> </sitemap> </sitemapindex> Когда google скачивает sitemap с форума он получается битым.Скорее всего дело в кодировке,пробовал изменить кодировку,но без результатно.Права на файлы стоят 777Лазил по инету,но внятного ничего не нашел,как мне это исправить? Share this post Link to post Share on other sites
siv1987 2,623 10/23/2016 04:46 PM Отключите для начала gzip: \admin\applications\core\tasks\sitemapgenerator.phpНайти if(function_exists('gzencode'))Заменить на if( FALSE ) //function_exists('gzencode')) Потом в списке задач перезапустите генерацию sitemap. Share this post Link to post Share on other sites