<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Making our applications safer</title>
		<link>https://www.cotonti.com</link>
		<description>Laatste forum onderwerpen</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Wed, 08 Apr 2026 18:06:57 -0000</pubDate>

		<item>
			<title>urlkiller</title>
			<description><![CDATA[<p>
	i think that could be easily done... this should only work as an additional security measure for the cot-users ...<br />
	sure you should just delete the htaccess file and use the system without it (withour any penalties to functionality)</p>
<p>
	if thats working it would be really nice...</p>
<p>
	<strong>Added 1 minute later:</strong></p>
<p>
	also you could use different htaccess files all over the page instead of index.php dir blockers...<br />
	i for example use the php stuff i posted above only in my datas/ folder to make sure ppl cant execute php/bash or any other files.</p>
<p>
	since you could use contidional checks in the htaccess too it even could have a gracefull fallback, it might worth a thought...</p>
]]></description>
			<pubDate>Di, 24 Apr 2012 07:16:13 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=6888&d=0#post34080]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	Probably worth a try. Needs extensive testing on various hostings though.</p>
]]></description>
			<pubDate>Di, 24 Apr 2012 07:03:08 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=6888&d=0#post34079]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[<p>
	hey,</p>
<p>
	i think we should have some basic security too... <br />
	also we could disallow the execution of all "executable" files ...</p>
<div>
	<pre class="brush:bash;">
&lt;IfModule mod_php4.c&gt;
  php_value engine off
&lt;/IfModule&gt;
&lt;IfModule mod_php5.c&gt;
  php_value engine off
&lt;/IfModule&gt;</pre>
</div>
<div>
	not everywhere but on the places where it counts.<br />
	 </div>
]]></description>
			<pubDate>Di, 24 Apr 2012 05:34:09 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=6888&d=0#post34077]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[<p>
	Since increased security is becomming more and more important, I was reading about it a lot..</p>
<p>
	i found this link: <a href="http://bodvoc.com/index.php?option=com_content&amp;view=article&amp;id=43:improving-your-joomla-htaccess-file&amp;catid=2:joomla-security&amp;itemid=3" rel="nofollow">http://bodvoc.com/index.php?option=com_content&amp;view=article&amp;id=43:improving-your-joomla-htaccess-file&amp;catid=2:joomla-security&amp;itemid=3</a></p>
<p>
	Even though its a Joomla link, this is about htaccess...</p>
<p>
	There are some rules in there we can use to prevent shit..<br /><br />
	What do you think ?</p>
<p>
	<u><strong>There is more:</strong></u><br /><br />
	All files CHMOD on 644<br />
	Folders CHMOD on 755.<br />
	config.php CHMOD on 640<br />
	Nothing should have 777.</p>
<p>
	 </p>
<p>
	<strong>!! I would really love it if we have a ready to use htaccess with basic security stuff for Cotonti !! </strong></p>
]]></description>
			<pubDate>Ma, 23 Apr 2012 13:58:44 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=6888&d=0#post34072]]></link>
		</item>
	</channel>
</rss>