<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Admin Panel Problem</title>
		<link>https://www.cotonti.com</link>
		<description>Son konu mesajları</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Fri, 10 Apr 2026 19:33:47 -0000</pubDate>

		<item>
			<title>Iceman</title>
			<description><![CDATA[<p>
	Thanks elfrenazo. That fixed the problem and I was able to install mini chat :)</p>
]]></description>
			<pubDate>Cmt, 09 Mar 2013 17:31:28 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=7369&d=0#post37186]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	Run these queries in phpMyAdmin to get rid of minichat:</p>
<pre class="brush:sql;">
DELETE FROM `cot_plugins` WHERE `pl_code` = 'minichat';
DELETE FROM `cot_core` WHERE `ct_code` = 'minichat';</pre>
<p>
	 </p>
]]></description>
			<pubDate>Cum, 08 Mar 2013 06:14:57 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=7369&d=0#post37175]]></link>
		</item>
		<item>
			<title>elfrenazo</title>
			<description><![CDATA[<p>
	<span style="color:rgb(255,0,0);"><strong><span class="hps">I hope you</span> <span class="hps">work with my</span> <span class="hps">htaccess</span> </strong></span></p>
<pre class="brush:plain;">
Options FollowSymLinks -Indexes
RewriteEngine On
RewriteBase "/"
RewriteRule ^(datas|images|js|themes)/(.*)$ $1/$2 [QSA,NC,NE,L]
RewriteRule ^sitemap\.xml$  index.php?r=sitemap [L]
RewriteRule ^admin/([a-z0-9]+) admin.php?m=$1 [QSA,NC,NE,L]
RewriteRule ^(admin|login|message)(/|\?|$) $1.php [QSA,NC,NE,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]+) index.php?rwr=$1 [QSA,NC,NE,L]

</pre>
<p>
	 </p>
]]></description>
			<pubDate>Cum, 08 Mar 2013 06:04:31 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=7369&d=0#post37174]]></link>
		</item>
		<item>
			<title>lukgoh</title>
			<description><![CDATA[<p>
	You might try deleting the plugin from your SQL database via phpMyAdmin. </p>
]]></description>
			<pubDate>Cum, 08 Mar 2013 05:00:47 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=7369&d=0#post37173]]></link>
		</item>
		<item>
			<title>Iceman</title>
			<description><![CDATA[<p>
	Hello, I just did a fresh install of the latest build. I enabled SEF. It was working fine for a while. Then I went to upload a plugin "min-chat". I clicked it thinking I would be able to install it. It instatly brought me to the admin home page and broke my admin panel. I tried to delete the files via ftp. Still broken. I am not longer able to navigate the admin panel. I'm stuck on the home page of the admin panel. When I click config it updates the url in my browser to http://riddleofsteel.net/admin/config but I remain on the home page.</p>
<p>
	<a href="http://riddleofsteel.net" rel="nofollow">http://riddleofsteel.net</a></p>
<p>
	This is my .htaccess file.</p>
<pre class="brush:xml;">
AddType x-mapp-php5 .php
# 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 "/"

# Language selector
RewriteRule ^(en|ru|de|nl)/(.*) $2?l=$1 [QSA,NC,NE]

# 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]
</pre>
<p>
	 </p>
]]></description>
			<pubDate>Cum, 08 Mar 2013 04:28:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=7369&d=0#post37172]]></link>
		</item>
	</channel>
</rss>