<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Permanent redirect (301) with lighttpd</title>
	<atom:link href="http://charles.lescampeurs.org/2008/06/30/permanent-redirect-301-with-lighttpd/feed" rel="self" type="application/rss+xml" />
	<link>http://charles.lescampeurs.org/2008/06/30/permanent-redirect-301-with-lighttpd?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=permanent-redirect-301-with-lighttpd</link>
	<description>random bits.</description>
	<lastBuildDate>Wed, 04 Jan 2012 16:58:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: pSub</title>
		<link>http://charles.lescampeurs.org/2008/06/30/permanent-redirect-301-with-lighttpd/comment-page-1#comment-478</link>
		<dc:creator>pSub</dc:creator>
		<pubDate>Fri, 14 Oct 2011 21:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://charles.lescampeurs.org/?p=25#comment-478</guid>
		<description>There&#039;s an easier way to do multiple redirects: Just comma separate them!

$HTTP[”host”] =~ “^lescampeurs\.org” {
 url.redirect = (
 ”^/(.*)$” =&gt; “http://www.lescampeurs.org/$1″,
 ”/oldpage/shall/301/redirect” =&gt; “http://www.lescampeurs.org/newpage″
 )
 }</description>
		<content:encoded><![CDATA[<p>There&#8217;s an easier way to do multiple redirects: Just comma separate them!</p>
<p>$HTTP[”host”] =~ “^lescampeurs\.org” {<br />
 url.redirect = (<br />
 ”^/(.*)$” =&gt; “http://www.lescampeurs.org/$1″,<br />
 ”/oldpage/shall/301/redirect” =&gt; “http://www.lescampeurs.org/newpage″<br />
 )<br />
 }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CharlyBr</title>
		<link>http://charles.lescampeurs.org/2008/06/30/permanent-redirect-301-with-lighttpd/comment-page-1#comment-182</link>
		<dc:creator>CharlyBr</dc:creator>
		<pubDate>Tue, 02 Feb 2010 08:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://charles.lescampeurs.org/?p=25#comment-182</guid>
		<description>Thanks for this one, didn&#039;t know it :)</description>
		<content:encoded><![CDATA[<p>Thanks for this one, didn&#8217;t know it <img src='http://charles.lescampeurs.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien Grosjean - ZenCocoon</title>
		<link>http://charles.lescampeurs.org/2008/06/30/permanent-redirect-301-with-lighttpd/comment-page-1#comment-175</link>
		<dc:creator>Sébastien Grosjean - ZenCocoon</dc:creator>
		<pubDate>Wed, 27 Jan 2010 09:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://charles.lescampeurs.org/?p=25#comment-175</guid>
		<description>Thanks for the tips,

just to notice, if you like more redirection you need to use +=

example:

$HTTP[”host”] =~ “^lescampeurs\.org” {
    url.redirect = (
        ”^/(.*)$” =&gt; “http://www.lescampeurs.org/$1″
    )
    url.redirect += (
        ”/oldpage/shall/301/redirect” =&gt; “http://www.lescampeurs.org/newpage″
    )
}</description>
		<content:encoded><![CDATA[<p>Thanks for the tips,</p>
<p>just to notice, if you like more redirection you need to use +=</p>
<p>example:</p>
<p>$HTTP[”host”] =~ “^lescampeurs\.org” {<br />
    url.redirect = (<br />
        ”^/(.*)$” =&gt; “http://www.lescampeurs.org/$1″<br />
    )<br />
    url.redirect += (<br />
        ”/oldpage/shall/301/redirect” =&gt; “http://www.lescampeurs.org/newpage″<br />
    )<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

