<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Sef url Handy mod not working on the admin.php</title>
		<link>https://www.cotonti.com</link>
		<description>Son konu mesajları</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Tue, 21 Apr 2026 22:57:29 -0000</pubDate>

		<item>
			<title>Argont</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/ru/forums?m=posts&amp;q=9303&amp;d=1#47457">#47457</a> <strong>MecTruy:</strong>
<p>Not working this part really</p>

<pre class="brush:cpp;">
# 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]</pre>

<p> </p>

<p class="updated"><strong>Added 49 seconds later:</strong></p>

<p>im using CyberPanel openlitespeed</p>
</blockquote>

<p>Sorry, I'm using a www server on Apache 2.4</p>
]]></description>
			<pubDate>Cum, 24 Kas 2023 18:42:47 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=9303&d=0#post47458]]></link>
		</item>
		<item>
			<title>MecTruy</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=9303&amp;d=1#47456">#47456</a> <strong>Argont: </strong>
<p>if the rules are the same in Litespeed and Apache, it should work.</p>

<p>your file .htaccess should have the form for the Apache server.</p>

<p> </p>

<pre class="brush:as3;">
################ Cotonti Handy URLs for Apache #######################

# Below are the rules to be included in your main .htaccess file or httpd.conf

# 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 "/"

# Prevent to load sensible data
&lt;FilesMatch "\.(dat|tpl|inc)$"&gt;
order deny,allow
deny from all
&lt;/FilesMatch&gt;

# Language selector
RewriteRule ^(en|ru|de|nl|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]

# 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]

&lt;IfModule mod_headers.c&gt;
Header always append X-Frame-Options SAMEORIGIN
&lt;/IfModule&gt;</pre>

<p> </p>
</blockquote>

<p> </p>

<p>Not working this part really</p>

<pre class="brush:cpp;">
# 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]</pre>

<p> </p>
<p class="updated"><strong>Added 49 seconds later:</strong></p><p>im using CyberPanel openlitespeed</p>
]]></description>
			<pubDate>Cum, 24 Kas 2023 18:37:54 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=9303&d=0#post47457]]></link>
		</item>
		<item>
			<title>Argont</title>
			<description><![CDATA[<p>if the rules are the same in Litespeed and Apache, it should work.</p>

<p>your file .htaccess should have the form for the Apache server.</p>

<p> </p>

<pre class="brush:as3;">
################ Cotonti Handy URLs for Apache #######################

# Below are the rules to be included in your main .htaccess file or httpd.conf

# 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 "/"

# Prevent to load sensible data
&lt;FilesMatch "\.(dat|tpl|inc)$"&gt;
order deny,allow
deny from all
&lt;/FilesMatch&gt;

# Language selector
RewriteRule ^(en|ru|de|nl|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]

# 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]

&lt;IfModule mod_headers.c&gt;
Header always append X-Frame-Options SAMEORIGIN
&lt;/IfModule&gt;</pre>

<p> </p>
]]></description>
			<pubDate>Cum, 24 Kas 2023 18:08:54 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=9303&d=0#post47456]]></link>
		</item>
		<item>
			<title>MecTruy</title>
			<description><![CDATA[<p>i tried Handy mod sef url links and on index and pages good working but  admin.php error ? site.com/admin  &lt;- Error , what is problem or what i must do for htaccess , my kernel is openlitespeed</p>

<p> </p>

<p>my .htaccess openltiespeed and like this.</p>

<p>https://www.cotonti.com/forums?m=posts&amp;q=9301&amp;n=last#bottom</p>
]]></description>
			<pubDate>Cum, 24 Kas 2023 18:00:27 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=9303&d=0#post47455]]></link>
		</item>
	</channel>
</rss>