<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
			<channel>
			<title>Друзья / Вопросы, проблемы и их решения / Alto CMS</title>
			<link>http://79.174.14.219/comments/1636/</link>
			<description><![CDATA[Как полностью отключить друзей и все связанные с этим страницы? Например site.ru/profile/admin/friends]]></description>
			<language>ru</language>
			<managingEditor>noreply@altocms.ru</managingEditor>
			<webMaster>noreply@altocms.ru</webMaster>
			<generator>Alto CMS v.1.5.0b1</generator>
							<item>
					<title>Друзья (comment #26417)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1636/#comment26417</guid>
					<link>http://79.174.14.219/1636.html#comment26417</link>
					<author>ostolovistobaby@gmail.com</author>
					<description><![CDATA[Я бы повырезал все упоминания, а связанные страницы от любопытных глаз редиректил бы на главную или 404. Собственно,так и собираюсь сделать.]]></description>
					<pubDate>Sat, 21 May 2016 13:08:59 +0300</pubDate>
									</item>
							<item>
					<title>Друзья (comment #26422)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1636/#comment26422</guid>
					<link>http://79.174.14.219/1636.html#comment26422</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[Да я бы так же сделал, но не знаю как редиректить страницу site.ru/profile/admin/friends]]></description>
					<pubDate>Sun, 22 May 2016 12:18:37 +0300</pubDate>
									</item>
							<item>
					<title>Друзья (comment #26426)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1636/#comment26426</guid>
					<link>http://79.174.14.219/1636.html#comment26426</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[Добавить в <strong>app/config/config.local.php</strong><br>
<pre class="prettyprint"><code>$config[&#39;router&#39;][&#39;uri&#39;] = array(
    &#39;profile/*/friends&#39; =&#62; &#39;@404&#39;,
);</code></pre>Или, если хотите стандартную страницу 404 получать, то так:<br>
<pre class="prettyprint"><code>$config[&#39;router&#39;][&#39;uri&#39;] = array(
    &#39;profile/*/friends&#39; =&#62; &#39;error&#39;,
);</code></pre>]]></description>
					<pubDate>Mon, 23 May 2016 10:21:05 +0300</pubDate>
									</item>
					</channel>
	</rss>
