<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Custom word instead of &quot;tags&quot; in rewrite mode</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Thu, 30 Apr 2026 06:40:18 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	It may be removed from packages for new installs and would be shipped in a separate legacy package.</p>
]]></description>
			<pubDate>вс, 11 мар 2012 14:50:42 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6819&d=0#post33491]]></link>
		</item>
		<item>
			<title>Eugene</title>
			<description><![CDATA[<p>
	ok. I done.</p>
<p>
	Do you mean that plug.php (which is empty by now) - will be deleted in future releases - like 1.0?</p>
]]></description>
			<pubDate>вс, 11 мар 2012 06:51:03 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6819&d=0#post33490]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	Ah, sure, my bad. One note though: use index.php instead of plug.php, the later is being phased out in non-legacy distributions.</p>
]]></description>
			<pubDate>пт, 09 мар 2012 18:03:45 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6819&d=0#post33482]]></link>
		</item>
		<item>
			<title>Eugene</title>
			<description><![CDATA[<blockquote>
	<a href="https://www.cotonti.com/forums?m=posts&amp;p=33477%2333477">#33477</a> <strong>Trustmaster: </strong><br /><p>
		You don't need the .htaccess part, sef-urls.htaccess example serves this case easily.</p>
</blockquote>
<p>
	Hm... Of course, I'm using sef-urls.htaccess example, but I've put line with <strong>collection</strong> before index.php:</p>
<pre class="brush:bash;">
RewriteRule ^collection/(.*)  plug.php?e=tags&amp;a=pages&amp;t=$1 [QSA,NC,NE,L]

# All the rest goes through standard rewrite gateway
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]+) index.php?rwr=$1 [QSA,NC,NE,L]</pre>
<p>
	How otherwise, I can reach collection URL? Index.php cannot see it as a plug (tags.php) and is not rewrite it by default...<br />
	 What's wrong - in my case???</p>
]]></description>
			<pubDate>пт, 09 мар 2012 16:59:50 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6819&d=0#post33481]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	You don't need the .htaccess part, sef-urls.htaccess example serves this case easily.</p>
]]></description>
			<pubDate>чт, 08 мар 2012 17:16:20 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6819&d=0#post33477]]></link>
		</item>
		<item>
			<title>Eugene</title>
			<description><![CDATA[<p>
	Awesome!</p>
<p>
	thanks a lot! )</p>
<p>
	it works well, but I missed .htaccess part also. As I understood I have to add a string there - like this:</p>
<p>
	<strong>RewriteRule ^collection/(.*)  plug.php?e=tags&amp;a=pages&amp;t=$1 [QSA,NC,NE,L]</strong></p>
]]></description>
			<pubDate>вт, 06 мар 2012 11:14:03 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6819&d=0#post33463]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	You could copy plugins/urleditor/presets/handy.dat to datas/urltrans.dat and modify that bit there, then switch from Handy preset to Custom.</p>
<pre class="brush:plain;">
plug	e=tags&amp;a=pages&amp;t=*		collection/{$t}{!$a}{!$e}
plug	e=tags&amp;a=*&amp;t=*			collection/{$a}/{$t}{!$e}
plug	e=*						collection{!$e}</pre>
]]></description>
			<pubDate>вт, 06 мар 2012 06:38:34 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6819&d=0#post33462]]></link>
		</item>
		<item>
			<title>Eugene</title>
			<description><![CDATA[<p>
	How I can change word "tags" in links:</p>
<p>
	website.me/tags/some-tag -&gt; website.me/collection/some-tag</p>
<p>
	What is <strong>right way</strong> from Cot point of view? Do I need to plug into the hook urleditor.rewrite.first or something like that?</p>
]]></description>
			<pubDate>пн, 05 мар 2012 20:10:11 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6819&d=0#post33460]]></link>
		</item>
	</channel>
</rss>