<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Nice urls for plugins or modules</title>
		<link>https://www.cotonti.com</link>
		<description>Laatste forum onderwerpen</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Fri, 17 Apr 2026 15:52:21 -0000</pubDate>

		<item>
			<title>tensh</title>
			<description><![CDATA[<p>Thank you very much :)</p>
]]></description>
			<pubDate>Zo, 03 Nov 2013 18:27:39 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=7571&d=0#post38288]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<p>And don't foget `URL editor` plugin should be installed and setuped with `Custom urltrans.dat` preset.</p>
]]></description>
			<pubDate>Vr, 01 Nov 2013 12:05:00 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=7571&d=0#post38269]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>1. Create your custom <em>datas/urltrans.dat</em> based on <em>plugins/urleditor/presets/handy.dat</em>. Add these lines on top:</p>

<pre class="brush:plain;">
flowcharts	uname=*&amp;fid=*	{$e}/{$uname}/{$fid}
flowcharts	uname=*			{$e}/{$uname}
flowcharts	fid=*			{$e}/{$fid}</pre>

<p>2. Add these rules to your <em>.htaccess</em>:</p>

<pre class="brush:java;">
RewriteRule ^flowcharts/([a-zA-Z][a-zA-Z0-9_-]*)/([0-9]+) index.php?e=flowcharts&amp;uname=$1&amp;fid=$2 [QSA,NC,NE,L]
RewriteRule ^flowcharts/([0-9]+) index.php?e=flowcharts&amp;fid=$1 [QSA,NC,NE,L]
RewriteRule ^flowcharts/([a-zA-Z][a-zA-Z0-9_-]*) index.php?e=flowcharts&amp;uname=$1 [QSA,NC,NE,L]</pre>
]]></description>
			<pubDate>Wo, 30 Okt 2013 17:00:01 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=7571&d=0#post38262]]></link>
		</item>
		<item>
			<title>tensh</title>
			<description><![CDATA[<p>Hello;</p>

<p>Let's assume I have a plugin flowcharts that has the structure:</p>

<p>- mywebsite.com/index.php?e=flowcharts&amp;uname=admin  would look like  mywebsite.com/flowcharts/admin (all flowcharts of admin)<br />
- mywebsite.com/index.php?e=flowcharts&amp;uname=admin&amp;fid=3  would look like  mywebsite.com/flowcharts/admin/3 (flowchart id=3 of admin)<br />
... but also mywebsite.com/index.php?e=flowcharts&amp;fid=3 would lead to  mywebsite.com/flowcharts/3 (flowchart id = 3)</p>

<p>Any help in this area to produce custom nice urls for a plugin? And how about htaccess?</p>

<p>When I finish, I will share the module with you :)</p>
]]></description>
			<pubDate>Wo, 30 Okt 2013 12:21:01 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=7571&d=0#post38260]]></link>
		</item>
	</channel>
</rss>