<?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://altocms.ru/comments/1032/</link>
			<description><![CDATA[Как сменить стандартный путь(ссылку) к Админке на свою... c http://site.su/admin на личную к примеру http://site.su/123myadmin]]></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 #18961)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1032/#comment18961</guid>
					<link>http://altocms.ru/1032.html#comment18961</link>
					<author>acstrelcova@gmail.com</author>
					<description><![CDATA[попробуйте так <a href="http://altocms.ru/1023.html#13" rel="nofollow" >altocms.ru/1023.html#13</a>]]></description>
					<pubDate>Sat, 14 Mar 2015 12:44:10 +0300</pubDate>
									</item>
							<item>
					<title>Путь к Админке (comment #19059)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1032/#comment19059</guid>
					<link>http://altocms.ru/1032.html#comment19059</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[О какой версии Альто речь?]]></description>
					<pubDate>Sun, 15 Mar 2015 20:02:19 +0300</pubDate>
									</item>
							<item>
					<title>Путь к Админке (comment #19071)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1032/#comment19071</guid>
					<link>http://altocms.ru/1032.html#comment19071</link>
					<author>losper@ua.fm</author>
					<description><![CDATA[1.1а]]></description>
					<pubDate>Mon, 16 Mar 2015 03:51:34 +0300</pubDate>
									</item>
							<item>
					<title>Путь к Админке (comment #19076)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1032/#comment19076</guid>
					<link>http://altocms.ru/1032.html#comment19076</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[Тогда<pre class="prettyprint"><code>$config['router']['rewrite'] = array(
    '123myadmin' =&gt; 'admin',
);
$config['router']['uri'] = array(
    'admin' =&gt; '@404',
);</code></pre>]]></description>
					<pubDate>Mon, 16 Mar 2015 09:59:51 +0300</pubDate>
									</item>
							<item>
					<title>Путь к Админке (comment #19086)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1032/#comment19086</guid>
					<link>http://altocms.ru/1032.html#comment19086</link>
					<author>acstrelcova@gmail.com</author>
					<description><![CDATA[А прошлая конструкция теперь работать не будет?]]></description>
					<pubDate>Mon, 16 Mar 2015 12:44:57 +0300</pubDate>
									</item>
							<item>
					<title>Путь к Админке (comment #19087)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1032/#comment19087</guid>
					<link>http://altocms.ru/1032.html#comment19087</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[старая не будет, раньше было наоборот '123myadmin' и 'admin'. Сейчас их поменяли местами]]></description>
					<pubDate>Mon, 16 Mar 2015 12:49:07 +0300</pubDate>
									</item>
							<item>
					<title>Путь к Админке (comment #19088)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1032/#comment19088</guid>
					<link>http://altocms.ru/1032.html#comment19088</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[Все верно, для версии 1.0 и для версии 1.1 конструкции отличаются]]></description>
					<pubDate>Mon, 16 Mar 2015 12:54:22 +0300</pubDate>
									</item>
							<item>
					<title>Путь к Админке (comment #19098)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1032/#comment19098</guid>
					<link>http://altocms.ru/1032.html#comment19098</link>
					<author>losper@ua.fm</author>
					<description><![CDATA[Можно по подробней?<br/>
Я так понимаю это в Настройки роутинга:<br/>
<pre class="prettyprint"><code>$config['router']['rewrite'] = array(
    '123myadmin' =&gt; 'admin',
);
$config['router']['uri'] = array(
    'admin' =&gt; '@404',
);

</code></pre><br/>
]]></description>
					<pubDate>Mon, 16 Mar 2015 15:39:19 +0300</pubDate>
									</item>
							<item>
					<title>Путь к Админке (comment #19099)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1032/#comment19099</guid>
					<link>http://altocms.ru/1032.html#comment19099</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[значит у вас не актуальная версия 1.1а, скачайте свежую версию с github]]></description>
					<pubDate>Mon, 16 Mar 2015 15:43:11 +0300</pubDate>
									</item>
							<item>
					<title>Путь к Админке (comment #19100)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1032/#comment19100</guid>
					<link>http://altocms.ru/1032.html#comment19100</link>
					<author>losper@ua.fm</author>
					<description><![CDATA[Какие еще файлы или папки править необходимо?<br/>
Можно по подробней рабочее решение?<br/>
Качал два дня назад версию. ]]></description>
					<pubDate>Mon, 16 Mar 2015 15:45:54 +0300</pubDate>
									</item>
							<item>
					<title>Путь к Админке (comment #19101)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1032/#comment19101</guid>
					<link>http://altocms.ru/1032.html#comment19101</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[Больше ничего править не нужно, я скопировал полностью рабочее решение, предварителньо протестировав у себя. Вставить этот конфиг лучше в app/config.local.php чтобы не затереть при обновлении.<br/>
<br/>
Раз качали два дня назад, значит версия не актуальна. Вчера данный функционал правился.]]></description>
					<pubDate>Mon, 16 Mar 2015 15:48:27 +0300</pubDate>
									</item>
							<item>
					<title>Путь к Админке (comment #19104)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1032/#comment19104</guid>
					<link>http://altocms.ru/1032.html#comment19104</link>
					<author>losper@ua.fm</author>
					<description><![CDATA[щас попробую скачать новую<br/>
а пока что вот<br/>
<img src="http://altocms.ru/uploads/images/00/10/10/2015/03/16/0u57f6e9ef-6223415a-7f945340.jpg" /><br/>
<br/>
]]></description>
					<pubDate>Mon, 16 Mar 2015 17:23:41 +0300</pubDate>
									</item>
							<item>
					<title>Путь к Админке (comment #19108)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1032/#comment19108</guid>
					<link>http://altocms.ru/1032.html#comment19108</link>
					<author>losper@ua.fm</author>
					<description><![CDATA[действительно. обновил и заработало! Благодарю]]></description>
					<pubDate>Mon, 16 Mar 2015 18:01:56 +0300</pubDate>
									</item>
							<item>
					<title>Путь к Админке (comment #19114)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1032/#comment19114</guid>
					<link>http://altocms.ru/1032.html#comment19114</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[Klaus плохого не посоветует :)]]></description>
					<pubDate>Mon, 16 Mar 2015 18:19:00 +0300</pubDate>
									</item>
							<item>
					<title>Путь к Админке (comment #19115)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1032/#comment19115</guid>
					<link>http://altocms.ru/1032.html#comment19115</link>
					<author>losper@ua.fm</author>
					<description><![CDATA[теперь другие проблеммы ) на <a href="https://github.com/altocms/altocms/issues/422" rel="nofollow" >github.com/altocms/altocms/issues/422</a>]]></description>
					<pubDate>Mon, 16 Mar 2015 18:20:24 +0300</pubDate>
									</item>
					</channel>
	</rss>
