<?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>Переименовать event возможно? / Вопросы, проблемы и их решения / Alto CMS</title>
			<link>http://79.174.14.219/comments/1446/</link>
			<description><![CDATA[Имеем http://example.com/people/country/149/ Необходимо иметь http://example.com/people/strana/russia/ С переименованием ID страны в её имя проблем нет. А вот есть ли возможность изменить]]></description>
			<language>ru</language>
			<managingEditor>noreply@altocms.ru</managingEditor>
			<webMaster>noreply@altocms.ru</webMaster>
			<generator>Alto CMS v.1.5.0b1</generator>
							<item>
					<title>Переименовать event возможно? (comment #24692)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1446/#comment24692</guid>
					<link>http://79.174.14.219/1446.html#comment24692</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[Если проблему с заменой названия страны на ее ID решили, то дальше все просто — в конфиг-файле <strong>app/config/config.local.php</strong> надо задать переопределение:<br/>
<pre class="prettyprint"><code>$config['router']['uri'] = array(
    '[~^people/strana/(\w+)]' =&gt; 'people/country/$1',
);</code></pre>]]></description>
					<pubDate>Mon, 16 Nov 2015 02:20:43 +0300</pubDate>
									</item>
					</channel>
	</rss>
