<?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=3162&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] Pretty URL - mal wieder]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=3162</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] Pretty URL - mal wieder.]]></description>
		<lastBuildDate>Tue, 23 Apr 2013 15:24:43 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] Pretty URL - mal wieder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25991#p25991</link>
			<description><![CDATA[<p>O.k. Dank Nicmares Support klappt es nun endlich, und zwar mit diesem Code:</p><div class="codebox"><pre><code>&lt;IfModule mod_rewrite.c&gt; 
RewriteEngine on 
RewriteBase /  
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule ^(.+)(.php)?$ index.php?page=$1 [QSA] 
&lt;/IfModule&gt;</code></pre></div><p>An dieser Stelle will ich noch mal deutlich sagen, dass ich es super finde, dass Leute wie Nicmare hier individuell supporten, auch wenn Code-Rookies wie ich einen Profi manchmal zur Verzweiflung treiben können&#160; <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/roll.png" alt="roll" /></p><p><em>Nachtrag für andere STRATO-User: Habe heute mit dem Verzeichnisschutz-Manager die Seite sperren wollen. Die von STRATO erzeugte htaccess-Datei überschreibt offensichtlich die bestehende Datei.</em></p>]]></description>
			<author><![CDATA[dummy@example.com (chrissy-dizzy)]]></author>
			<pubDate>Tue, 23 Apr 2013 15:24:43 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25991#p25991</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Pretty URL - mal wieder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25989#p25989</link>
			<description><![CDATA[<p>wenn du möchtest, kannst du mir mal ftp zugang und cmsms zugang schicken und dann gucke ich mal. das rätselraten mit dir dauert mir ein wenig zu lang <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/wink.png" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (nicmare)]]></author>
			<pubDate>Tue, 23 Apr 2013 10:30:27 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25989#p25989</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Pretty URL - mal wieder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25986#p25986</link>
			<description><![CDATA[<p>Yes, he can</p>]]></description>
			<author><![CDATA[dummy@example.com (chrissy-dizzy)]]></author>
			<pubDate>Tue, 23 Apr 2013 09:43:11 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25986#p25986</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Pretty URL - mal wieder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25798#p25798</link>
			<description><![CDATA[<p>kann dein server überhaupt mod_rewrite? schau mal in die info.php</p>]]></description>
			<author><![CDATA[dummy@example.com (nicmare)]]></author>
			<pubDate>Thu, 11 Apr 2013 14:49:10 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25798#p25798</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Pretty URL - mal wieder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25796#p25796</link>
			<description><![CDATA[<p>@nockenfell: Die Zugangsdaten waren jabber</p><p>Habe die ht-access-Datei geändert, nun kommt 500 internal Server Error</p>]]></description>
			<author><![CDATA[dummy@example.com (chrissy-dizzy)]]></author>
			<pubDate>Thu, 11 Apr 2013 12:50:46 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25796#p25796</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Pretty URL - mal wieder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25794#p25794</link>
			<description><![CDATA[<p>Deine korrekte Einstellung des .htaccess ist</p><div class="codebox"><pre><code>RewriteEngine on  
RewriteBase /
# Alle Dateien/Verzeichnisse die nicht existieren, werden im Verzeichnis content &quot;gesucht&quot; (Start)
RewriteCond %{REQUEST_URI} !^content/.*     
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d [OR] 
RewriteCond %{REQUEST_URI} ^/$ RewriteRule ^(.*)$ /content/$1 [L] 
# Alle Dateien/Verzeichnisse die nicht existieren, werden im Verzeichnis content &quot;gesucht&quot; (End)</code></pre></div><p>--&gt; Verzeichnis von &quot;cms&quot; auf &quot;content&quot; ändern.</p>]]></description>
			<author><![CDATA[dummy@example.com (nockenfell)]]></author>
			<pubDate>Thu, 11 Apr 2013 12:40:02 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25794#p25794</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Pretty URL - mal wieder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25793#p25793</link>
			<description><![CDATA[<p>@chrissy-dizzy: Entferne jeweils die Zugangsdaten aus dem Post. (habe ich bereits erledigt)</p><p>@nicmare: Nö, beim mir öffnet sich die Seite problemlos.</p>]]></description>
			<author><![CDATA[dummy@example.com (nockenfell)]]></author>
			<pubDate>Thu, 11 Apr 2013 12:37:02 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25793#p25793</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Pretty URL - mal wieder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25792#p25792</link>
			<description><![CDATA[<p>einfach mal lukas&#039; tutorial lesen. du musst die rewritebase in der htaccess angeben!<br />(lukas, deine domain ist grad down?! ^^)</p>]]></description>
			<author><![CDATA[dummy@example.com (nicmare)]]></author>
			<pubDate>Thu, 11 Apr 2013 12:32:33 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25792#p25792</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Pretty URL - mal wieder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25791#p25791</link>
			<description><![CDATA[<p>Also von vorne: Das ist meine gerade geänderte config.php:</p><div class="codebox"><pre><code>&lt;?php 
# CMS Made Simple Configuration File 
# Documentation: /doc/CMSMS_config_reference.pdf 
# $config[&#039;dbms&#039;] = &#039;mysqli&#039;; 
$config[&#039;db_hostname&#039;] = &#039;&#039;; 
$config[&#039;db_username&#039;] = &#039;&#039;; 
$config[&#039;db_password&#039;] = &#039;&#039;; 
$config[&#039;db_name&#039;] = &#039;&#039;; 
$config[&#039;db_prefix&#039;] = &#039;cms_&#039;; 
$config[&#039;timezone&#039;] = &#039;Europe/Berlin&#039;; 
$config[&#039;url_rewriting&#039;] = &#039;mod_rewrite&#039;;
 $config[&#039;page_extension&#039;] = &#039;.html&#039;;  
?&gt;</code></pre></div><p>Im selben Verzeichnis liegt die von Nockenfell gepostete .htaccess-Datei </p><div class="codebox"><pre><code>RewriteEngine on  
# Alle Dateien/Verzeichnisse die nicht existieren, werden in cms &quot;gesucht&quot; (Start)
RewriteCond %{REQUEST_URI} !^cms/.*     
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d [OR] 
RewriteCond %{REQUEST_URI} ^/$ RewriteRule ^(.*)$ /cms/$1 [L] 
# Alle Dateien/Verzeichnisse die nicht existieren, werden in cms &quot;gesucht&quot; (End)</code></pre></div><p>Jetzt wird die erste Seite so angezeigt. meine-seite.de/content/index.php<br />Nicht gefunden (404) werden die Unterseiten, der Link heißt zum Beispiel meine-seite.de/content/seite2.html</p>]]></description>
			<author><![CDATA[dummy@example.com (chrissy-dizzy)]]></author>
			<pubDate>Thu, 11 Apr 2013 12:17:53 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25791#p25791</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Pretty URL - mal wieder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25790#p25790</link>
			<description><![CDATA[<p><a href="http://www.blattertech.ch/blog/67/htaccess-CMS-in-einem-Unterordner-installieren.htm" rel="nofollow">http://www.blattertech.ch/blog/67/htacc … lieren.htm</a></p>]]></description>
			<author><![CDATA[dummy@example.com (nockenfell)]]></author>
			<pubDate>Thu, 11 Apr 2013 11:54:37 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25790#p25790</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Pretty URL - mal wieder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25786#p25786</link>
			<description><![CDATA[<p>Wie zuvor geschrieben: das habe ich bereits probiert (wie an anderer Stelle hier im Forum beschrieben) und ständig Fehlermeldungen bekommen.</p>]]></description>
			<author><![CDATA[dummy@example.com (chrissy-dizzy)]]></author>
			<pubDate>Thu, 11 Apr 2013 11:36:25 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25786#p25786</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Pretty URL - mal wieder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25784#p25784</link>
			<description><![CDATA[<p>na dann ist internal wohl die falsche methode. &quot;mod_rewrite&quot; musst du eintragen und als extension .php</p>]]></description>
			<author><![CDATA[dummy@example.com (nicmare)]]></author>
			<pubDate>Thu, 11 Apr 2013 11:00:18 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25784#p25784</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] Pretty URL - mal wieder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25783#p25783</link>
			<description><![CDATA[<p>Nach stundenlangem Ausprobieren mit mod_rewrite etc. in allen Varianten und bei Strato bin ich nun doch - fast - am Ziel (CmsMS 1.11.3.)&#160; In meiner config.php habe ich $config[&#039;url_rewriting&#039;] = &#039;internal&#039;; eingebaut. Funktioniert auch, aber mit einer Einschränkung: Die Seite liegt im Unterordner &quot;content&quot;. Die Hp wird jetzt so angezeigt: &quot;meine-seite.de/content&quot;. Die weiteren Seiten so: &quot;meine-seite.de/content/index.php/seite2&quot;.</p><p>Mein Ziel ist es, dass die erste Seite &quot;meine-seite.de&quot; heißt, die folgenden Seiten &quot;meine-seite.de/content/seite2.php&quot; (so sind die Seiten bisher bei Goggle gelistet, drum).<br />Möglich? Danke für Tipps!</p>]]></description>
			<author><![CDATA[dummy@example.com (chrissy-dizzy)]]></author>
			<pubDate>Thu, 11 Apr 2013 10:38:55 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=25783#p25783</guid>
		</item>
	</channel>
</rss>
