<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>REDUXO &#187; Mod Rewrite</title>
	<atom:link href="http://code.reduxo.de/tag/mod-rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.reduxo.de</link>
	<description>Code Arena</description>
	<lastBuildDate>Sun, 18 Apr 2010 22:10:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>URL-Rewriting: Variable URL mit ID</title>
		<link>http://code.reduxo.de/rewriterule-variable-url-mit-id/</link>
		<comments>http://code.reduxo.de/rewriterule-variable-url-mit-id/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 10:23:55 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Mod Rewrite]]></category>
		<category><![CDATA[URL-Rewriting]]></category>

		<guid isPermaLink="false">http://code.reduxo.de/?p=18</guid>
		<description><![CDATA[

Sprechende URLs, die rein über eine ID ausgelesen werden sind mit der folgenden .htaccess möglich:

RewriteEngine On
RewriteRule ^verzeichnis/&#91;^/.&#93;+\.&#40;&#91;1-9&#93;*&#41;\.html$ /system/index.php?id=$1 &#91;L&#93;

Die im Browser aufgerufene URL kann dabei das Schema /verzeichnis/ein-schoener-titel.23.html haben und ruft dann die Datei /system/index.php?id=$1 auf.

]]></description>
		<wfw:commentRss>http://code.reduxo.de/rewriterule-variable-url-mit-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
