<?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=854&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / (gelöst) pretty url für Anfänger]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=854</link>
		<description><![CDATA[Die aktuellsten Beiträge in (gelöst) pretty url für Anfänger.]]></description>
		<lastBuildDate>Mon, 23 May 2011 19:40:43 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: (gelöst) pretty url für Anfänger]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=7676#p7676</link>
			<description><![CDATA[<p>Mann, tut das gut ... ich war schon kurz vorm Herzschrittmacher <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/lol.png" alt="lol" /></p>]]></description>
			<author><![CDATA[dummy@example.com (chrissy-dizzy)]]></author>
			<pubDate>Mon, 23 May 2011 19:40:43 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=7676#p7676</guid>
		</item>
		<item>
			<title><![CDATA[Re: (gelöst) pretty url für Anfänger]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=7674#p7674</link>
			<description><![CDATA[<div class="codebox"><pre><code>$config[&#039;query_var&#039;] = &#039;/&#039;;</code></pre></div><p>Entweder hier &#039;page&#039; draus machen oder hier:</p><div class="codebox"><pre><code>RewriteRule ^(.+)$ index.php?page=$1 [QSA]</code></pre></div><p>Aus &#039;page&#039; ein &#039;/&#039; machen.<br />($config[&#039;query_var&#039;] gibt an, wie die Variable heißt, die Seiten-Alias oder Seiden-ID beinhaltet <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/wink.png" alt="wink" /> <br />Das CMS wartet laut Deinen Einstellungen in der config.php auf ein &quot;/=seite.htm&quot;.<br />Es bekommt vom Server durch die RewriteRule in Deiner .htaccess aber nur ein &quot;page=seite.htm&quot;.<br />Für das CMS fehlt also die Angabe, welche Seite angezeigt werden soll. Also landest Du immer auf der Startseite.<br />Logisch, oder <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/wink.png" alt="wink" /> )</p>]]></description>
			<author><![CDATA[dummy@example.com (NaN)]]></author>
			<pubDate>Mon, 23 May 2011 19:30:34 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=7674#p7674</guid>
		</item>
		<item>
			<title><![CDATA[(gelöst) pretty url für Anfänger]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=7671#p7671</link>
			<description><![CDATA[<p>Bekomme pretty url leider nicht ans laufen. Hoster ist domaingo. Dort gibt es einen Ordner &quot;webseiten&quot; (voreingestellt), wo ich cmsms abgelegt habe. Meine htaccess-Datei /liegt im root-verzeichnis: </p><div class="codebox"><pre><code>[== htaccess ==]
Options +FollowSymLinks RewriteEngine on RewriteBase /  # 301 Redirect all requests that don&#039;t contain a dot or trailing slash to # include a trailing slash RewriteCond %{REQUEST_URI} !/$ RewriteCond %{REQUEST_URI} !\. RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]  # 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 ^(.+)$ index.php?page=$1 [QSA]</code></pre></div><p>Meine config php: </p><div class="quotebox"><cite>config.php schrieb:</cite><blockquote><div><p>$config[&#039;url_rewriting&#039;] = &#039;mod_rewrite&#039;;&#160; $config[&#039;page_extension&#039;] = &#039;.htm&#039;;&#160; &#160;$config[&#039;query_var&#039;] = &#039;/&#039;;</p></div></blockquote></div><p>Bei den Seitenoptionen habe 3 Varianten ich probiert: &quot;unterseite&quot;, &quot;/webseiten/unterseite&quot; und &quot;/unterseite&quot;. Zwischenspeicher gelöscht. Ergebnis: Die Url wird richtig angezeigt, der Inhalt bleibt der von der Startseite.</p>]]></description>
			<author><![CDATA[dummy@example.com (chrissy-dizzy)]]></author>
			<pubDate>Mon, 23 May 2011 19:16:37 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=7671#p7671</guid>
		</item>
	</channel>
</rss>
