<?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: Percent Number in Apache Rewrite Rules (mod_rewrite)</title>
	<atom:link href="http://jamescrisp.org/2009/11/05/percent-number-in-apache-rewrite-rules-mod_rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamescrisp.org/2009/11/05/percent-number-in-apache-rewrite-rules-mod_rewrite/</link>
	<description>C#, .NET, Ruby, Rails, book reviews, mind hacks, Wing Chun and the occasional personal bit.</description>
	<lastBuildDate>Sun, 15 Jan 2012 14:28:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: fdeel</title>
		<link>http://jamescrisp.org/2009/11/05/percent-number-in-apache-rewrite-rules-mod_rewrite/#comment-21632</link>
		<dc:creator>fdeel</dc:creator>
		<pubDate>Tue, 11 May 2010 10:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://jamescrisp.org/2009/11/05/percent-number-in-apache-rewrite-rules-mod_rewrite/#comment-21632</guid>
		<description>This code I get from the webhosting maintenance.

RewriteCond %{HTTP_HOST} ^(.*)google.com$ [NC]
RewriteRule (.*) http://cfshop.nl/?s=google [R=301,L]

How do I read this code in my program with C#.net and wat is the read or write
with kind regards.</description>
		<content:encoded><![CDATA[<p>This code I get from the webhosting maintenance.</p>
<p>RewriteCond %{HTTP_HOST} ^(.*)google.com$ [NC]<br />
RewriteRule (.*) <a href="http://cfshop.nl/?s=google" rel="nofollow">http://cfshop.nl/?s=google</a> [R=301,L]</p>
<p>How do I read this code in my program with C#.net and wat is the read or write<br />
with kind regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loconet</title>
		<link>http://jamescrisp.org/2009/11/05/percent-number-in-apache-rewrite-rules-mod_rewrite/#comment-21468</link>
		<dc:creator>loconet</dc:creator>
		<pubDate>Tue, 04 May 2010 15:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://jamescrisp.org/2009/11/05/percent-number-in-apache-rewrite-rules-mod_rewrite/#comment-21468</guid>
		<description>Thank you very much for taking the time to write this. Specially saying spelling it out to get caught by google.</description>
		<content:encoded><![CDATA[<p>Thank you very much for taking the time to write this. Specially saying spelling it out to get caught by google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Egge</title>
		<link>http://jamescrisp.org/2009/11/05/percent-number-in-apache-rewrite-rules-mod_rewrite/#comment-18496</link>
		<dc:creator>Brian Egge</dc:creator>
		<pubDate>Wed, 17 Feb 2010 04:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://jamescrisp.org/2009/11/05/percent-number-in-apache-rewrite-rules-mod_rewrite/#comment-18496</guid>
		<description>What makes it confusing is you 1) you can reference two different sets of backreferences, and 2) every regex implementation uses a different syntax for backreferences.  It&#039;s little wonder there&#039;s over &lt;a href=&quot;http://stackoverflow.com/questions/tagged/mod-rewrite&quot; rel=&quot;nofollow&quot;&gt;1000 questions tagged &lt;strong&gt;mod_rewrite&lt;/strong&gt; on stackoverflow.com&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>What makes it confusing is you 1) you can reference two different sets of backreferences, and 2) every regex implementation uses a different syntax for backreferences.  It's little wonder there's over <a href="http://stackoverflow.com/questions/tagged/mod-rewrite" rel="nofollow">1000 questions tagged <strong>mod_rewrite</strong> on stackoverflow.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://jamescrisp.org/2009/11/05/percent-number-in-apache-rewrite-rules-mod_rewrite/#comment-14880</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 05 Nov 2009 12:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://jamescrisp.org/2009/11/05/percent-number-in-apache-rewrite-rules-mod_rewrite/#comment-14880</guid>
		<description>Thanks Rob, that Apache mod_rewrite manual reference is handy.
James</description>
		<content:encoded><![CDATA[<p>Thanks Rob, that Apache mod_rewrite manual reference is handy.<br />
James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Hunter</title>
		<link>http://jamescrisp.org/2009/11/05/percent-number-in-apache-rewrite-rules-mod_rewrite/#comment-14876</link>
		<dc:creator>Rob Hunter</dc:creator>
		<pubDate>Thu, 05 Nov 2009 07:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://jamescrisp.org/2009/11/05/percent-number-in-apache-rewrite-rules-mod_rewrite/#comment-14876</guid>
		<description>Ack, that &lt;code&gt; block was meant to be an inline element. Any chance of a &quot;preview comment&quot; feature?</description>
		<content:encoded><![CDATA[<p>Ack, that &lt;code&gt; block was meant to be an inline element. Any chance of a "preview comment" feature?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Hunter</title>
		<link>http://jamescrisp.org/2009/11/05/percent-number-in-apache-rewrite-rules-mod_rewrite/#comment-14875</link>
		<dc:creator>Rob Hunter</dc:creator>
		<pubDate>Thu, 05 Nov 2009 07:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://jamescrisp.org/2009/11/05/percent-number-in-apache-rewrite-rules-mod_rewrite/#comment-14875</guid>
		<description>To further help the keywords and the lost and lonely Web searcher, those numbers are called &lt;a href=&quot;http://www.regular-expressions.info/brackets.html&quot; rel=&quot;nofollow&quot;&gt;backreferences&lt;/a&gt;. Their use in &lt;code&gt;mod_rewrite&lt;/code&gt; are described in &lt;a href=&quot;http://httpd.apache.org/docs/2.3/mod/mod_rewrite.html#TestString&quot; rel=&quot;nofollow&quot;&gt;the Apache manual&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>To further help the keywords and the lost and lonely Web searcher, those numbers are called <a href="http://www.regular-expressions.info/brackets.html" rel="nofollow">backreferences</a>. Their use in <code>mod_rewrite</code> are described in <a href="http://httpd.apache.org/docs/2.3/mod/mod_rewrite.html#TestString" rel="nofollow">the Apache manual</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

