<?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: Domain redirect wizardry with .htaccess rules</title>
	<atom:link href="http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/</link>
	<description>The Science of Web Art, Design and Development</description>
	<lastBuildDate>Mon, 19 Apr 2010 05:02:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew Brown</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-2169</link>
		<dc:creator>Andrew Brown</dc:creator>
		<pubDate>Wed, 16 Sep 2009 19:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-2169</guid>
		<description>Dear Guilherme

I am terribly sorry to pester you further but I have been trying and trying all day and things just don’t go.

Currently the domains browns.co.uk, brownsbox.com and mainsdata.com all point to 217.46.224.255.

What I would like to happen is that when the client enters either &lt;a href=&quot;http://www.browns.co.uk/&quot; rel=&quot;nofollow&quot;&gt; or &lt;a href=&quot;http://www.brownsbox.com/&quot; rel=&quot;nofollow&quot;&gt; that they get /index.php but when they put in &lt;a href=&quot;http://mainsdata.com/&quot; rel=&quot;nofollow&quot;&gt;, I would like them either to get /mainsdata.php or /mainsdata/index.php. Finally, I am constrained to using just one server of either a physical variety or a virtual variety.

Many thanks for your help.</description>
		<content:encoded><![CDATA[<p>Dear Guilherme</p>
<p>I am terribly sorry to pester you further but I have been trying and trying all day and things just don’t go.</p>
<p>Currently the domains browns.co.uk, brownsbox.com and mainsdata.com all point to 217.46.224.255.</p>
<p>What I would like to happen is that when the client enters either <a href="http://www.browns.co.uk/"> or </a><a href="http://www.brownsbox.com/"> that they get /index.php but when they put in </a><a href="http://mainsdata.com/">, I would like them either to get /mainsdata.php or /mainsdata/index.php. Finally, I am constrained to using just one server of either a physical variety or a virtual variety.</p>
<p>Many thanks for your help.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Zühlke O'Connor</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-2168</link>
		<dc:creator>Guilherme Zühlke O'Connor</dc:creator>
		<pubDate>Wed, 16 Sep 2009 08:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-2168</guid>
		<description>@Andrew Brown - Andy, the IP is no problem at all. That will be taken care of by DNS. As long as you have both domains set up correctly (which is assumed for this tutorial) all the rest will work.

Straing to your question, I understand you want requests to www.new-domain.com to be redirected to www.old-domain.com/new-domain, you do that by placing this rule into newdomain.com.

&lt;code&gt;
RewriteEngine on
RewriteRule ^(.∗)$ http://www.old-domain.com/new-domain/$1 [R=301,L]
&lt;/code&gt;

A request to www.new-domain.com/foobar will now be redirected to www.old-domain.com/new-domain/foobar</description>
		<content:encoded><![CDATA[<p>@Andrew Brown &#8211; Andy, the IP is no problem at all. That will be taken care of by DNS. As long as you have both domains set up correctly (which is assumed for this tutorial) all the rest will work.</p>
<p>Straing to your question, I understand you want requests to <a href="http://www.new-domain.com">http://www.new-domain.com</a> to be redirected to <a href="http://www.old-domain.com/new-domain">http://www.old-domain.com/new-domain</a>, you do that by placing this rule into newdomain.com.</p>
<p><code><br />
RewriteEngine on<br />
RewriteRule ^(.∗)$ <a href="http://www.old-domain.com/new-domain/$1">http://www.old-domain.com/new-domain/$1</a> [R=301,L]<br />
</code></p>
<p>A request to <a href="http://www.new-domain.com/foobar">http://www.new-domain.com/foobar</a> will now be redirected to <a href="http://www.old-domain.com/new-domain/foobar">http://www.old-domain.com/new-domain/foobar</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Brown</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-2167</link>
		<dc:creator>Andrew Brown</dc:creator>
		<pubDate>Tue, 15 Sep 2009 19:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-2167</guid>
		<description>Dear Guilherme

Like everyone else, I think you&#039;ve very successfully broken down a mystical whole into its understandable parts and deftly strung the parts together to form a coherent and engaging narrative, just like a string of beads, well done!

Now onto a problem.  I would like www.new-domain.com to point to www.old-domain.com/new-domain/, the only problem is though that www.new-domain.com and www.old-domain.com share the same IP address and the same host (naturally).  Any ideas?

Many thanks in advance.</description>
		<content:encoded><![CDATA[<p>Dear Guilherme</p>
<p>Like everyone else, I think you&#8217;ve very successfully broken down a mystical whole into its understandable parts and deftly strung the parts together to form a coherent and engaging narrative, just like a string of beads, well done!</p>
<p>Now onto a problem.  I would like <a href="http://www.new-domain.com">http://www.new-domain.com</a> to point to <a href="http://www.old-domain.com/new-domain/">http://www.old-domain.com/new-domain/</a>, the only problem is though that <a href="http://www.new-domain.com">http://www.new-domain.com</a> and <a href="http://www.old-domain.com">http://www.old-domain.com</a> share the same IP address and the same host (naturally).  Any ideas?</p>
<p>Many thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Zühlke O'Connor</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-2092</link>
		<dc:creator>Guilherme Zühlke O'Connor</dc:creator>
		<pubDate>Wed, 10 Jun 2009 08:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-2092</guid>
		<description>In this context, yes, but actually there is some terminology mistake on my side, there are different techniques with similar names, cloaking is most commonly used for a technique to fool search engines.

Anyway, terminology mistakes apart, I think you can do just well by simple make a redirect from domain A to B and let the domain change. If you do it properly, in a few days or weeks at most all your search engine traffic will be linking directly to the new domain.</description>
		<content:encoded><![CDATA[<p>In this context, yes, but actually there is some terminology mistake on my side, there are different techniques with similar names, cloaking is most commonly used for a technique to fool search engines.</p>
<p>Anyway, terminology mistakes apart, I think you can do just well by simple make a redirect from domain A to B and let the domain change. If you do it properly, in a few days or weeks at most all your search engine traffic will be linking directly to the new domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizwan</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-2089</link>
		<dc:creator>Rizwan</dc:creator>
		<pubDate>Tue, 09 Jun 2009 16:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-2089</guid>
		<description>Is cloaking the same as Frame Forwarding? 

The reason I want to do that is because we have a listing directory installed on one server with Domain A but we prefer Domain B and want to use that instead.</description>
		<content:encoded><![CDATA[<p>Is cloaking the same as Frame Forwarding? </p>
<p>The reason I want to do that is because we have a listing directory installed on one server with Domain A but we prefer Domain B and want to use that instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Zühlke O'Connor</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-2088</link>
		<dc:creator>Guilherme Zühlke O'Connor</dc:creator>
		<pubDate>Tue, 09 Jun 2009 16:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-2088</guid>
		<description>@Rizwan - Well, you can do that combining different techniques. Redirects will take you to another page, period. But you can, for instance, use a frame to include the page form the other domain, which is known as cloaking.

Now, why would you want to do that?</description>
		<content:encoded><![CDATA[<p>@Rizwan &#8211; Well, you can do that combining different techniques. Redirects will take you to another page, period. But you can, for instance, use a frame to include the page form the other domain, which is known as cloaking.</p>
<p>Now, why would you want to do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizwan</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-2087</link>
		<dc:creator>Rizwan</dc:creator>
		<pubDate>Tue, 09 Jun 2009 13:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-2087</guid>
		<description>Hi Guilherme, 
I want to redirect Domain A to Domain B but I want the url to stay Domain A. So after the redirect users should still see www.DomainA/page.php and any link they click on they still see www.DomainA/contactus.php instead of reverting back to the old domain. 

Does that make sense?</description>
		<content:encoded><![CDATA[<p>Hi Guilherme,<br />
I want to redirect Domain A to Domain B but I want the url to stay Domain A. So after the redirect users should still see <a href="http://www.DomainA/page.php">http://www.DomainA/page.php</a> and any link they click on they still see <a href="http://www.DomainA/contactus.php">http://www.DomainA/contactus.php</a> instead of reverting back to the old domain. </p>
<p>Does that make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeet</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-2043</link>
		<dc:creator>Jeet</dc:creator>
		<pubDate>Sat, 21 Mar 2009 07:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-2043</guid>
		<description>&lt;p&gt;Most of the time people change name of a category, remove dates from their URL or simply use a &#039;pretty URL&#039; instead of an ugly URL with lots of parameters.&lt;/p&gt;

&lt;p&gt;Something like this is very popular:&lt;/p&gt;

&lt;p&gt;RewriteRule ^path.php?par1=(.&lt;em&gt;)&amp;par2=(.&lt;/em&gt;)$ http://www.domain.tld/path/pretty-url-$1-and-$2 [R=301,L]&lt;/p&gt;

&lt;p&gt;I have seen this in a lot of websites where &#039;one&#039; php file is used to show details of many resources identified by an id or a slug.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Most of the time people change name of a category, remove dates from their URL or simply use a &#8216;pretty URL&#8217; instead of an ugly URL with lots of parameters.</p>
<p>Something like this is very popular:</p>
<p>RewriteRule ^path.php?par1=(.<em>)&amp;par2=(.</em>)$ <a href="http://www.domain.tld/path/pretty-url-$1-and-$2">http://www.domain.tld/path/pretty-url-$1-and-$2</a> [R=301,L]</p>
<p>I have seen this in a lot of websites where &#8216;one&#8217; php file is used to show details of many resources identified by an id or a slug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Zühlke O'Connor</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-1988</link>
		<dc:creator>Guilherme Zühlke O'Connor</dc:creator>
		<pubDate>Thu, 19 Feb 2009 17:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-1988</guid>
		<description>&lt;p&gt;@Michael, @Damien - Thanks, I&#039;m glad it&#039;s useful.&lt;/p&gt;

&lt;p&gt;@DJPumpkin - &lt;blockquote&gt;&lt;p&gt;from
http://www.oldomain.com/path/page
to
http://www.newdomain.com/path/to/page&lt;/p&gt;&lt;/blockquote&gt;&lt;/p&gt;

&lt;p&gt;If your directory is going to be static across the site, then it&#039;s as easy as doing&lt;/p&gt;

&lt;p&gt;RewriteRule ^path/(.*)$ http://www.newdomain.com/path/to/$1 [R=301,L]&lt;/p&gt;

&lt;p&gt;Now, if &quot;path&quot; and &quot;to&quot; are to change according to context (e.g., dates or categories) then it may become much more complex.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Michael, @Damien &#8211; Thanks, I&#8217;m glad it&#8217;s useful.</p>
<p>@DJPumpkin &#8211;<br />
<blockquote>
<p>from<br />
<a href="http://www.oldomain.com/path/page">http://www.oldomain.com/path/page</a><br />
to<br />
<a href="http://www.newdomain.com/path/to/page">http://www.newdomain.com/path/to/page</a></p>
</blockquote>
<p>If your directory is going to be static across the site, then it&#8217;s as easy as doing</p>
<p>RewriteRule ^path/(.*)$ <a href="http://www.newdomain.com/path/to/$1">http://www.newdomain.com/path/to/$1</a> [R=301,L]</p>
<p>Now, if &#8220;path&#8221; and &#8220;to&#8221; are to change according to context (e.g., dates or categories) then it may become much more complex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJPumpkin</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-1980</link>
		<dc:creator>DJPumpkin</dc:creator>
		<pubDate>Tue, 17 Feb 2009 13:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-1980</guid>
		<description>&lt;p&gt;Hi,  Great post.&lt;/p&gt;

&lt;p&gt;What if you are moving to a new site with a different site structure?  For instance:&lt;/p&gt;

&lt;p&gt;from
http://www.oldomain.com/path/page
to
http://www.newdomain.com/path/to/page&lt;/p&gt;

&lt;p&gt;What redirect command is needed to take into account the new subdirectory?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,  Great post.</p>
<p>What if you are moving to a new site with a different site structure?  For instance:</p>
<p>from<br />
<a href="http://www.oldomain.com/path/page">http://www.oldomain.com/path/page</a><br />
to<br />
<a href="http://www.newdomain.com/path/to/page">http://www.newdomain.com/path/to/page</a></p>
<p>What redirect command is needed to take into account the new subdirectory?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marbl Host</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-1930</link>
		<dc:creator>Marbl Host</dc:creator>
		<pubDate>Wed, 11 Feb 2009 10:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-1930</guid>
		<description>&lt;p&gt;As someone who&#039;s thinking about changing permalinks,this has come inhandy,Guioconner makes it seem so easy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As someone who&#8217;s thinking about changing permalinks,this has come inhandy,Guioconner makes it seem so easy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-1849</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Sat, 03 Jan 2009 01:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-1849</guid>
		<description>&lt;p&gt;You have make such a difficult concept easy to understand. I have been using .htaccess code without really understand what it means, but now I do with your made-easy tutorial. &lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You have make such a difficult concept easy to understand. I have been using .htaccess code without really understand what it means, but now I do with your made-easy tutorial. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-1847</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 02 Jan 2009 23:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-1847</guid>
		<description>&lt;p&gt;Great, thanks Guilherme.&lt;/p&gt;

&lt;p&gt;Just noticed you are on Twitter, I&#039;m following you now. Looking foward to more posts! Again, excellent job, this one is going into my permanent cheat-sheet file for easy future reference.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Michael
http://www.michaelbubbo.com&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;P.S. You can follow me, too, I&#039;m at http://twitter.com/bubbo&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great, thanks Guilherme.</p>
<p>Just noticed you are on Twitter, I&#8217;m following you now. Looking foward to more posts! Again, excellent job, this one is going into my permanent cheat-sheet file for easy future reference.</p>
<ul>
<li>Michael<br />
<a href="http://www.michaelbubbo.com">http://www.michaelbubbo.com</a></li>
</ul>
<p>P.S. You can follow me, too, I&#8217;m at <a href="http://twitter.com/bubbo">http://twitter.com/bubbo</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Zühlke O'Connor</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-1846</link>
		<dc:creator>Guilherme Zühlke O'Connor</dc:creator>
		<pubDate>Fri, 02 Jan 2009 23:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-1846</guid>
		<description>&lt;p&gt;@Michael - Hi Michael, nice tutorial. I&#039;ll play with it myself.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Michael &#8211; Hi Michael, nice tutorial. I&#8217;ll play with it myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Bubbo &#187; Blog Archive &#187; Best Wordpress Permalink Structure</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-1845</link>
		<dc:creator>Michael Bubbo &#187; Blog Archive &#187; Best Wordpress Permalink Structure</dc:creator>
		<pubDate>Fri, 02 Jan 2009 23:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-1845</guid>
		<description>&lt;p&gt;[...] Domain redirect wizardry with .htaccess rules [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Domain redirect wizardry with .htaccess rules [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-1844</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 02 Jan 2009 23:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-1844</guid>
		<description>&lt;p&gt;Great post! Got here from Chris Garrett&#039;s Re-Tweet for &quot;Domain redirect wizardry with .htaccess rules&quot; -- you&#039;ve posted some very good tips, Guilherme.&lt;/p&gt;

&lt;p&gt;For those of us that are less .htaccess-editing-capable...&lt;/p&gt;

&lt;p&gt;I wrote a post on my blog last night, that is very much related to what you are talking about here, regarding setting up the &quot;Best Wordpress Permalink Structure&quot; and how to use a simple, straightfoward WP Plugin to help Wordpress blog owners setup redirection for old permalink structures. Please take a look and let me know if I should add anything to make it even easier for Wordpress users to understand:&lt;/p&gt;

&lt;p&gt;http://www.michaelbubbo.com/blog/2009/best-wordpress-permalink-structure&lt;/p&gt;

&lt;p&gt;I&#039;m going to add a link to this blog post to mine, for those who really want to learn the details of what goes into actually editing .htaccess to achieve these all-important 301 domain redirects, as your explanation serves as an excellent tutorial.&lt;/p&gt;

&lt;p&gt;Happy New Year 2009!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Michael
http://www.michaelbubbo.com&lt;/li&gt;
&lt;/ul&gt;
</description>
		<content:encoded><![CDATA[<p>Great post! Got here from Chris Garrett&#8217;s Re-Tweet for &#8220;Domain redirect wizardry with .htaccess rules&#8221; &#8212; you&#8217;ve posted some very good tips, Guilherme.</p>
<p>For those of us that are less .htaccess-editing-capable&#8230;</p>
<p>I wrote a post on my blog last night, that is very much related to what you are talking about here, regarding setting up the &#8220;Best Wordpress Permalink Structure&#8221; and how to use a simple, straightfoward WP Plugin to help Wordpress blog owners setup redirection for old permalink structures. Please take a look and let me know if I should add anything to make it even easier for Wordpress users to understand:</p>
<p><a href="http://www.michaelbubbo.com/blog/2009/best-wordpress-permalink-structure">http://www.michaelbubbo.com/blog/2009/best-wordpress-permalink-structure</a></p>
<p>I&#8217;m going to add a link to this blog post to mine, for those who really want to learn the details of what goes into actually editing .htaccess to achieve these all-important 301 domain redirects, as your explanation serves as an excellent tutorial.</p>
<p>Happy New Year 2009!</p>
<ul>
<li>Michael<br />
<a href="http://www.michaelbubbo.com">http://www.michaelbubbo.com</a></li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Zühlke O'Connor</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-1843</link>
		<dc:creator>Guilherme Zühlke O'Connor</dc:creator>
		<pubDate>Fri, 02 Jan 2009 22:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-1843</guid>
		<description>&lt;p&gt;@Patrick - BTW, congratulations on the high number of subscribers on your blog, well deserved.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Patrick &#8211; BTW, congratulations on the high number of subscribers on your blog, well deserved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Zühlke O'Connor</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-1842</link>
		<dc:creator>Guilherme Zühlke O'Connor</dc:creator>
		<pubDate>Fri, 02 Jan 2009 22:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-1842</guid>
		<description>&lt;p&gt;@Patrick - Hi Patrick, thanks. Regarding clients, I&#039;m currently off-market, working only for Yahoo! but thanks for that too.&lt;/p&gt;

&lt;p&gt;@Mitchell Allen - &lt;blockquote&gt;&lt;p&gt;This is excellent! I tried to get my son to explain them to me, but he just says, &quot;Do this and it will work.&quot; LOL&lt;/p&gt;&lt;/blockquote&gt;&lt;/p&gt;

&lt;p&gt;I&#039;m not a great believer that this kind of faith makes Regexes work, LOL. I&#039;m glad you liked my examples. You too have a great year.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Patrick &#8211; Hi Patrick, thanks. Regarding clients, I&#8217;m currently off-market, working only for Yahoo! but thanks for that too.</p>
<p>@Mitchell Allen &#8211;<br />
<blockquote>
<p>This is excellent! I tried to get my son to explain them to me, but he just says, &#8220;Do this and it will work.&#8221; LOL</p>
</blockquote>
<p>I&#8217;m not a great believer that this kind of faith makes Regexes work, LOL. I&#8217;m glad you liked my examples. You too have a great year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitchell Allen</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-1841</link>
		<dc:creator>Mitchell Allen</dc:creator>
		<pubDate>Fri, 02 Jan 2009 22:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-1841</guid>
		<description>&lt;p&gt;Hi Gui!&lt;/p&gt;

&lt;p&gt;This is excellent! I tried to get my son to explain them to me, but he just says, &quot;Do this and it will work.&quot; LOL&lt;/p&gt;

&lt;p&gt;I have a PDF on Regex, but it is way too boring. Your examples are more fun. Plus, I finally understand parameters. They&#039;re just like the &quot;good old days&quot; of DOS batch files.&lt;/p&gt;

&lt;p&gt;Hope your year is permanently redirected to a successful page!&lt;/p&gt;

&lt;p&gt;Cheers,&lt;/p&gt;

&lt;p&gt;Mitch&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Gui!</p>
<p>This is excellent! I tried to get my son to explain them to me, but he just says, &#8220;Do this and it will work.&#8221; LOL</p>
<p>I have a PDF on Regex, but it is way too boring. Your examples are more fun. Plus, I finally understand parameters. They&#8217;re just like the &#8220;good old days&#8221; of DOS batch files.</p>
<p>Hope your year is permanently redirected to a successful page!</p>
<p>Cheers,</p>
<p>Mitch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.z-oc.com/blog/2009/01/htaccess-redirect-wizardry/comment-page-1/#comment-1840</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 02 Jan 2009 22:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.z-oc.com/blog/2009/01/untitled/#comment-1840</guid>
		<description>&lt;p&gt;Right on with this tutorial, Gui....I can personally testify that Gui knows what he is doing in this department because he actually did this on my entire website a while back.  Everything went smoothly and I have no problems since then.  Also, all of the link juice transferred to the new URLs so that was awesome too.  &lt;/p&gt;

&lt;p&gt;Thanks again for all the work you did for me, hoping to send a few customers your way when I get inquiries down the road.....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Right on with this tutorial, Gui&#8230;.I can personally testify that Gui knows what he is doing in this department because he actually did this on my entire website a while back.  Everything went smoothly and I have no problems since then.  Also, all of the link juice transferred to the new URLs so that was awesome too.  </p>
<p>Thanks again for all the work you did for me, hoping to send a few customers your way when I get inquiries down the road&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
