<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fbb.just4test.de/extern.php?action=feed&amp;tid=1226&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / Sicherheitseinstellungen lt. Anleitung - kein Absenden im BE möglich]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=1226</link>
		<description><![CDATA[Die aktuellsten Beiträge in Sicherheitseinstellungen lt. Anleitung - kein Absenden im BE möglich.]]></description>
		<lastBuildDate>Mon, 05 Sep 2011 09:59:16 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Sicherheitseinstellungen lt. Anleitung - kein Absenden im BE möglich]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10925#p10925</link>
			<description><![CDATA[<p>Dann baue die .htaccess mal eines nach dem anderen auf. Dann findest du irgendwann den Zeitpunkt wo es hakt. Beginne mal mit</p><div class="codebox"><pre><code>RewriteEngine on
RewriteBase /

# Rewrites urls in the form of /parent/child/
# but only rewrites if the requested URL is not a file or directory
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+).htm$ index.php?page=$1 [QSA] </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (nockenfell)]]></author>
			<pubDate>Mon, 05 Sep 2011 09:59:16 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10925#p10925</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sicherheitseinstellungen lt. Anleitung - kein Absenden im BE möglich]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10920#p10920</link>
			<description><![CDATA[<p>ja, ohne .htaccess gehts</p>]]></description>
			<author><![CDATA[dummy@example.com (noober)]]></author>
			<pubDate>Mon, 05 Sep 2011 09:47:20 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10920#p10920</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sicherheitseinstellungen lt. Anleitung - kein Absenden im BE möglich]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10918#p10918</link>
			<description><![CDATA[<p>Funktioniert es mit deaktivierter htaccess?</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Mon, 05 Sep 2011 09:41:27 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10918#p10918</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sicherheitseinstellungen lt. Anleitung - kein Absenden im BE möglich]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10911#p10911</link>
			<description><![CDATA[<p>CMS-Version<br />1.9.4.2</p><p>der Fehler tritt/trat aber auch bei älteren Versionen (bis 1.6....) auf</p>]]></description>
			<author><![CDATA[dummy@example.com (noober)]]></author>
			<pubDate>Mon, 05 Sep 2011 07:13:50 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10911#p10911</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sicherheitseinstellungen lt. Anleitung - kein Absenden im BE möglich]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10867#p10867</link>
			<description><![CDATA[<p>Welche CMSMS-Version verwendest du?</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Sat, 03 Sep 2011 22:01:41 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10867#p10867</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sicherheitseinstellungen lt. Anleitung - kein Absenden im BE möglich]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10800#p10800</link>
			<description><![CDATA[<p>Ich habe die CHMOD Rechte wieder zurückgestellt.</p><p> .htaccess sieht so aus bei mir (verstehen tue ich das größtenteils nur rudimentär):</p><p>-----------------------------------------------------------------------------------------<br /># BEGIN Optional settings<br /># Turns off directory browsing<br /># not absolutely essential, but keeps people from snooping around without<br /># needing empty index.html files everywhere<br />Options -Indexes<br /># No sense advertising what we are running<br />ServerSignature Off<br /># END Optional Settings</p><p># Attempt to override some php settings, these settings may be helpful on some hosts if your<br /># default configuration does not meet CMS&#039;s minimum requirements, and your host<br /># has given your account appropriate permissions<br />#php_value upload_max_filesize &quot;10M&quot;<br />#php_value session_save_path &quot;tmp/cache&quot;</p><p>#php_flag magic_quotes_gpc Off<br />#php_flag register_globals Off<br />#php_flag session.use_trans_sid Off</p><p># (this is important, so uncomment if your host permit)<br />Options -Indexes<br />ServerSignature Off</p><p># Deny access to config.php and CHANGELOG.txt<br /># The former can be useful if php ever breaks or dies<br /># Use with caution, this may break other functions of CMSms that use a config.php<br /># file.&#160; This may also break other programs you have running under your CMSms<br /># install that use config.php.&#160; You may need to add another .htaccess file to those<br /># directories to specifically allow config.php.</p><p>&lt;Files ~ &quot;config.php|CHANGELOG.txt&quot;&gt;<br />order allow,deny<br />deny from all<br />&lt;/Files&gt;</p><p>&lt;Files ~ &quot;tinyconfig.php&quot;&gt;<br />order allow,deny<br />allow from all<br />&lt;/Files&gt;</p><p>Options +FollowSymLinks<br />RewriteEngine on<br />RewriteBase /</p><p># unterbindet, das fremde Seiten geladen werden<br />RewriteCond %{QUERY_STRING} ^(.*)=http://(.*) [OR]<br /># blockiert libwww (Ausgangspunkt für diverse Hackversuche)<br />RewriteCond %{HTTP_USER_AGENT} ^libwww [OR]<br /># Blockiert Skripte, die versuchen, base64 encodierten Unsinn via URL zu versenden<br />RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]<br /># Blockiert Skripte, die einen a ********** Tag in der URL enthalten<br />RewriteCond %{QUERY_STRING} (\&lt;|%3C).*script.*(\&gt;|%3E) [NC,OR]<br /># Blockiert Skripte, die versuchen, PHP GLOBALS Variablen via URL zu verändern<br />RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]<br /># Blockiert Skripte, die versuchen, eine _REQUEST Variable via URL zu verändern<br />RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) [OR]<br />RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK) [NC,OR]<br /># Query String Exploits&#160; <br />RewriteCond %{QUERY_STRING} ^.*(;|&lt;|&gt;|&#039;|&quot;|\[|\]|\)|\*|%0|%A|%B|%C|%D|%E|%F|%0A|%0D|%22|%27|%3C|%3E|%5C|%7B|%7C|%00|127\.0).* [NC,OR]<br />RewriteCond %{QUERY_STRING} ^.*(globals|encode|request|union|select|insert|cast|set|declare|drop|update|md5|benchmark|loopback).* [NC,OR]<br /># if the URI contains a &quot;&lt;script&gt;&quot;<br />RewriteCond %{QUERY_STRING} (\&lt;|%3C).*script.*(\&gt;|%3E) [NC,OR]<br />RewriteCond %{REQUEST_URI} ^/(,|;|:|&lt;|&gt;|&#039;&gt;|&#039;&lt;|/|\\\.\.\\).{0,9999}.* [NC,OR]</p><p># Spambots nach User_agent aussperren<br />RewriteCond %{HTTP_USER_AGENT} ^.*Whacker.*$ [OR] <br />RewriteCond %{HTTP_USER_AGENT} ^EmailCollector [OR]<br />RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR] <br />RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR] <br />RewriteCond %{HTTP_USER_AGENT} ^.*FileHound.*$ [OR]<br />RewriteCond %{HTTP_USER_AGENT} ^.*TurnitinBot.*$ [OR]<br />RewriteCond %{HTTP_USER_AGENT} ^.*JoBo.*$ [OR]<br />RewriteCond %{HTTP_USER_AGENT} ^.*adressendeutschland.*$<br />RewriteRule ^.* - [F]</p><p># 301 Redirect all requests that don&#039;t contain a dot or trailing slash to<br /># include a trailing slash<br /># RewriteCond %{REQUEST_URI} !/$<br /># RewriteCond %{REQUEST_URI} !\.<br /># RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]</p><p># Rewrites urls in the form of /parent/child/<br /># but only rewrites if the requested URL is not a file or directory<br />RewriteCond %{REQUEST_FILENAME} !-f<br />RewriteCond %{REQUEST_FILENAME} !-d<br />RewriteRule ^(.+).htm$ index.php?page=$1 [QSA] </p><p>---------------------------------------------------------------------------------------</p>]]></description>
			<author><![CDATA[dummy@example.com (noober)]]></author>
			<pubDate>Fri, 02 Sep 2011 10:48:09 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10800#p10800</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sicherheitseinstellungen lt. Anleitung - kein Absenden im BE möglich]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10778#p10778</link>
			<description><![CDATA[<p>Die Rechte da zu verändern hat keinen Sinn.<br />Davon würde ich abraten. Normalerweise sollten die CHMOD Rechte mit 755 ausreichen.<br />(das ist eigentlich schon zu viel, aber bei vielen Providern läuft sonst garnichts)</p><p>Also nie, <em>nie</em>, und vor allem <strong><em><span class="bbu">NIE</span></em></strong> einfach irgendwas auf 777 setzen!<br />Außer dem uploads-Verzeichnis und dem tmp-Verzeichnis braucht man nirgends, <em>nirgends</em> und <strong><em><span class="bbu">nirgends</span></em></strong> <strong><em><span class="bbu">SCHREIB</span></em></strong>rechte <strong>!</strong></p><p>D.h. uploads- und tmp-Verzeichnis können CHMOD 777 haben.<br />Alle anderen Verzeichnisse höchstens, <em>höchstens</em> aber allenfalls <strong><em><span class="bbu">höchstens</span></em></strong> 755.<br />(Für Dateien 644. <strong><span class="bbu"><em>HÖCHSTENS!</em></span></strong>)</p><p>Welche Schritte genau hast Du unternommen?<br />Hast Du evtl. in irgendeiner .htaccess-Datei den Zugriff auf Dateien verboten?<br />Wenn ja, wo sind diese .htaccess-Dateien und was genau steht dort drin?</p>]]></description>
			<author><![CDATA[dummy@example.com (NaN)]]></author>
			<pubDate>Thu, 01 Sep 2011 19:02:16 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10778#p10778</guid>
		</item>
		<item>
			<title><![CDATA[Sicherheitseinstellungen lt. Anleitung - kein Absenden im BE möglich]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10768#p10768</link>
			<description><![CDATA[<p>Habe die Sicherheitsvorkehrungen wie sie hier im Forum seht gut beschrieben (z.B. <a href="http://forum.cmsmadesimple.de/viewtopic.php?id=18)sind" rel="nofollow">http://forum.cmsmadesimple.de/viewtopic.php?id=18)sind</a>, auf verschiedenen Webseiten ausgeführt. Das einzige Problem ist, dass im BE der Button &quot;Absenden&quot; nicht funktioniert, ich (bzw. die Kunden) arbeiten mit &quot;übernehemen&quot; ....</p><p>Folgende Fehlermeldung erscheint bei &quot;Absenden&quot;:</p><p>---------------------------------------------------------<br />Forbidden<br />You don&#039;t have permission to access /XXXXXXXX/listcontent.php on this server.<br />---------------------------------------------------------</p><p>Bei Seiten, die ich oder technisch interessierte Kunden pflegen ist das ok so, jetzt kommt ein Projekt mit vielen Leuten, die Texte usw. ändern und eingeben wollen. Hier würde ich gern ein einwandfrei funktionierendes BE zur Verfügung stellen.</p><br /><p>listcontent Rechte habe ich via CHmod auf alles mögliche gesetzt ohne Erfolg.<br />Wo gehe ich weiter vor der der Suche?</p>]]></description>
			<author><![CDATA[dummy@example.com (noober)]]></author>
			<pubDate>Thu, 01 Sep 2011 17:19:22 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10768#p10768</guid>
		</item>
	</channel>
</rss>
