<?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=3942&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] https statt http]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=3942</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] https statt http.]]></description>
		<lastBuildDate>Thu, 29 May 2014 10:16:15 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] https statt http]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31179#p31179</link>
			<description><![CDATA[<p>Danke für die prompten Antworten!</p>]]></description>
			<author><![CDATA[dummy@example.com (chrissy-dizzy)]]></author>
			<pubDate>Thu, 29 May 2014 10:16:15 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31179#p31179</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] https statt http]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31175#p31175</link>
			<description><![CDATA[<p>Wenn du SSL für&#039;s Backend verwenden willst, musst du in der config.php folgende Einstellung machen:</p><div class="codebox"><pre><code>$config[&#039;admin_dir&#039;] = &#039;admin&#039;;
$config[&#039;admin_url&#039;] = &#039;https://www.domain.ch/&#039;.$config[&#039;admin_dir&#039;];</code></pre></div><p>--&gt; beachte, dass nicht alle Module SSL fähig aufgebaut wurden. Sprich sie rufen Dateien mit HTTP statt HTTPS auf. TinyMCE ist z.B. ein solches Modul. Hier müssen im Quellcode alle $config[&#039;root_url&#039;] aufrufe angepasst werden, damit TinyMCE wieder genutzt werden kann. (FF blockiert standardmässig alle nicht SSL Aufrufe auf einer SSL Seite.)</p>]]></description>
			<author><![CDATA[dummy@example.com (nockenfell)]]></author>
			<pubDate>Thu, 29 May 2014 07:05:10 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31175#p31175</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] https statt http]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31172#p31172</link>
			<description><![CDATA[<p>Https:// macht m. E. nur Sinn, wenn bestimmte Dinge (Logins etc.) abgesichert werden sollen. </p><p>Für den normalen Betrieb einer Webseite ist https://&#160; nicht erforderlich und kostet nur Performance.</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Wed, 28 May 2014 20:27:46 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31172#p31172</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] https statt http]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31168#p31168</link>
			<description><![CDATA[<p>Macht es Sinn, grundsätzlich https zu verwenden? Ich habe dazu in diesem Forum noch nichts gefunden. </p><p>Wenn ja: Strato hat dazu folgende Weiterleitung angegeben:</p><div class="codebox"><pre><code>RewriteEngine On
RewriteCond %{SERVER_PORT} !443
RewriteRule ^(.*) https://www.wunschname.de/$1 [R=301,L]</code></pre></div><p>Reicht es, wenn ich das in eine .htaccess-Datei im root-Verzeichnis setze, oder muss ich noch etwas ändern?</p>]]></description>
			<author><![CDATA[dummy@example.com (chrissy-dizzy)]]></author>
			<pubDate>Wed, 28 May 2014 14:22:55 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31168#p31168</guid>
		</item>
	</channel>
</rss>
