<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : URL Rewrite</title>
		<link>https://www.cotonti.com</link>
		<description>Останні повідомлення в темі</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Wed, 15 Apr 2026 07:49:48 -0000</pubDate>

		<item>
			<title>urlkiller</title>
			<description><![CDATA[don't know... maybe?<br />
fiddle with that a bit later... works for now...]]></description>
			<pubDate>Пн, 09 Сер 2010 09:22:13 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5757&d=0#post25530]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Shouldn't you have RewriteBase / (no quotes) ?]]></description>
			<pubDate>Нд, 08 Сер 2010 23:49:15 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5757&d=0#post25522]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[i'll give it a try.<br />
<br />
but for now i fixed it with adding the url directly &quot;Oh-No&quot; in the tpl ;((]]></description>
			<pubDate>Thu, 05 Сер 2010 01:10:05 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5757&d=0#post25471]]></link>
		</item>
		<item>
			<title>donP</title>
			<description><![CDATA[To avoid problems with add / edit, I simply set the file <strong>datas/urltrans.dat</strong> like this:<br />
<br />
<pre class="code">page	id=*	{page_url_structure()}
page	al=*	{page_url_structure()}
list	c=*	{list_url_structure()}
*	*	{$_area}.php</pre>
<br />
so only <em>page.php?id=</em> and <em>page.php?al=</em> had rewritten, instead the urls to add/edit pages remain un-rewritten and don't generate errors.]]></description>
			<pubDate>Вт, 03 Сер 2010 17:00:03 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5757&d=0#post25449]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[Hi there here is my current htaccess:<br />
<br />
<pre class="code">
# Rewrite engine options
Options FollowSymLinks -Indexes
RewriteEngine On
# Server-relative path to creations:
RewriteBase &quot;/&quot;
RewriteRule ^(datas|images|js|skins)/(.*)$ $1/$2 &#091;QSA,NC,NE,L&#093;
RewriteRule ^rss/(&#091;^/&amp;?#&#093;+)(.*)$ rss.php?c=$1$2 &#091;QSA,NC,NE,L&#093;
RewriteRule ^message/(&#091;^/&amp;?#&#093;+)(.*)$ message.php?msg=$1$2 &#091;QSA,NC,NE,L&#093;
RewriteRule ^(Neuigkeiten|Erfolge|Community)/(&#091;a-z-&#093;+)/(&#091;a-z-&#093;+)/(&#091;a0-9&#093;+)$ page.php?id=$4 &#091;QSA,NC,NE,L&#093;
RewriteRule ^(Neuigkeiten|Erfolge|Community)/(&#091;a-z-&#093;+)/(&#091;0-9&#093;+)$ page.php?id=$3 &#091;QSA,NC,NE,L&#093;
RewriteRule ^(Neuigkeiten|Erfolge|Community)/(&#091;0-9&#093;+)$ page.php?id=$2 &#091;QSA,NC,NE,L&#093;
RewriteRule ^(Neuigkeiten|Erfolge|Community)/(&#091;a-z-&#093;+)/(&#091;a-z-&#093;+)/(&#091;a-zA-Z0-9-_&#093;+)$ page.php?al=$4 &#091;QSA,NC,NE,L&#093;
RewriteRule ^(Neuigkeiten|Erfolge|Community)/(&#091;a-z-&#093;+)/(&#091;a-zA-Z0-9-_&#093;+)$ page.php?al=$3 &#091;QSA,NC,NE,L&#093;
RewriteRule ^(Neuigkeiten|Erfolge|Community)/(&#091;a-zA-Z0-9-_&#093;+)$ page.php?al=$2 &#091;QSA,NC,NE,L&#093;
RewriteRule ^(Neuigkeiten|Erfolge|Community)/$ list.php?c=$1 &#091;QSA,NC,NE,L&#093;
RewriteRule ^(Neuigkeiten|Erfolge|Community)/(&#091;a-z-&#093;+)/$ list.php?c=$2 &#091;QSA,NC,NE,L&#093;
RewriteRule ^(Neuigkeiten|Erfolge|Community)/(&#091;a-z-&#093;+)/(&#091;a-z-&#093;+)/$ list.php?c=$3 &#091;QSA,NC,NE,L&#093;
</pre>
<br />
<br />
the problem iam encoutnering is that when i add/edit pages because the category wont get handed over to the add/edit url link.<br />
<br />
is there maybe any easy workaround there?<br /><br /><b>Added 6 days later:</b><br /><br />bump!]]></description>
			<pubDate>Ср, 28 Лип 2010 01:02:58 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5757&d=0#post25375]]></link>
		</item>
	</channel>
</rss>