<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : как сделать ЧПУ?</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Fri, 17 Apr 2026 08:36:22 -0000</pubDate>

		<item>
			<title>Kopusha</title>
			<description><![CDATA[<p>Почитайте про Правила преобразования URL в плагине url editor, делайте свой config и htaccess</p>
]]></description>
			<pubDate>Sun, 17 May 2020 19:58:11 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8966&d=0#post44742]]></link>
		</item>
		<item>
			<title>aitiks</title>
			<description><![CDATA[<p>не очень понимаю как это применить в моем случае... </p>
]]></description>
			<pubDate>Sun, 17 May 2020 18:28:25 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8966&d=0#post44741]]></link>
		</item>
		<item>
			<title>Kopusha</title>
			<description><![CDATA[<pre class="brush:php;gutter:false;toolbar:false;">
# Below are the rules to be included in your main .htaccess file or httpd.conf

# Header set  X-XSS-Protection  0

# Rewrite engine options
Options -Indexes
RewriteEngine On

# Server-relative path to Cotonti. Replace it with your path if you run Cotonti
# in a subfolder
RewriteBase "/"

# Language selector
RewriteRule ^(en|ru|ua)/(.*) $2?l=$1 [QSA,NC,NE,DPI]
# Sitemap shortcut
RewriteRule ^sitemap\.xml$ index.php?r=sitemap [L]

# Admin area and message are special scripts
RewriteRule ^admin/([a-z0-9]+) admin.php?m=$1 [QSA,NC,NE,L]
RewriteRule ^(admin|login|message)(/|\?|$) $1.php [QSA,NC,NE,L]

# users
RewriteRule ^photographers/?$ index.php?e=users&amp;group=photographers [QSA,NC,NE,L]
RewriteRule ^photographers/([a-z0-9]+)/?$ index.php?e=users&amp;group=photographers&amp;cat=$1 [QSA,NC,NE,L]


# forums
RewriteRule ^forums/([a-zA-Z0-9_./%-]+)/topic([0-9]+)/page([0-9]+)?$ index.php?e=forums&amp;m=posts&amp;q=$2&amp;d=$3 [QSA,NC,NE,L]
RewriteRule ^forums/([a-zA-Z0-9_./%-]+)/topic([0-9]+)?$ index.php?e=forums&amp;m=posts&amp;q=$2 [QSA,NC,NE,L]
RewriteRule ^forums/([a-zA-Z0-9_./%-]+)/post([0-9]+)?$ index.php?e=forums&amp;m=posts&amp;id=$2 [QSA,NC,NE,L]
RewriteRule ^forums/([a-zA-Z0-9_./%-]+)/([a-zA-Z0-9_%-]+)/page([0-9]+)?$ index.php?e=forums&amp;m=topics&amp;s=$2&amp;d=$3 [QSA,NC,NE,L]
RewriteRule ^forums/([a-zA-Z0-9_./%-]+)/([a-zA-Z0-9_%-]+)/?$ index.php?e=forums&amp;m=topics&amp;s=$2 [QSA,NC,NE,L]
RewriteRule ^forums/([a-zA-Z0-9_%-]+)/?$ index.php?e=forums&amp;c=$1 [QSA,NC,NE,L]
RewriteRule ^forums/?$ index.php?e=forums [QSA,NC,NE,L]

# System category has priority over /system folder
RewriteRule ^system/?$  index.php?rwr=system [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>Мой чпу. <br />
 </p>
]]></description>
			<pubDate>Sun, 17 May 2020 17:20:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8966&d=0#post44740]]></link>
		</item>
		<item>
			<title>aitiks</title>
			<description><![CDATA[<p style="margin-top:0px;margin-bottom:20px;color:rgb(102,102,102);font-family:'-apple-system', BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';font-size:16px;background-color:rgb(248,248,248);">Подскажите как сделать ЧПУ?</p>

<p style="margin-top:20px;margin-bottom:20px;color:rgb(102,102,102);font-family:'-apple-system', BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';font-size:16px;background-color:rgb(248,248,248);"><a href="https://flconnect.ru/index.php?e=projects&amp;c=programming&amp;id=1" rel="nofollow" style="color:rgb(30,135,240);">https://flconnect.ru/index.php?e=projects&amp;c=programming&amp;id=1</a></p>

<p style="margin-top:20px;margin-bottom:20px;color:rgb(102,102,102);font-family:'-apple-system', BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';font-size:16px;background-color:rgb(248,248,248);"><a href="https://flconnect.ru/index.php?e=projects&amp;c=programming&amp;id=1" rel="nofollow" style="color:rgb(30,135,240);">https://flconnect.ru/projects/programming/</a>intergaciay_s_1c так или хотя бы так</p>

<p style="margin-top:20px;margin-bottom:20px;color:rgb(102,102,102);font-family:'-apple-system', BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';font-size:16px;background-color:rgb(248,248,248);"><a href="https://flconnect.ru/index.php?e=projects&amp;c=programming&amp;id=1" rel="nofollow" style="color:rgb(30,135,240);">https://flconnect.ru/projects/programming/</a>1/</p>
]]></description>
			<pubDate>Sun, 17 May 2020 15:02:55 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8966&d=0#post44739]]></link>
		</item>
	</channel>
</rss>