<?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: Redirection Plugin and Regexes</title>
	<atom:link href="http://gulati.info/2009/02/redirection-plugin-and-regexes/feed/" rel="self" type="application/rss+xml" />
	<link>http://gulati.info/2009/02/redirection-plugin-and-regexes/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 05 Mar 2010 14:23:52 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Austin</title>
		<link>http://gulati.info/2009/02/redirection-plugin-and-regexes/comment-page-1/#comment-759</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Tue, 23 Feb 2010 01:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=625#comment-759</guid>
		<description>Hi Nancy,

Try this:

Source URL: /([A-Za-z0-9-]*)/([A-Za-z0-9-]*)(/)?
Target URL: /$2/

Thanks for commenting!</description>
		<content:encoded><![CDATA[<p>Hi Nancy,</p>
<p>Try this:</p>
<p>Source URL: /([A-Za-z0-9-]*)/([A-Za-z0-9-]*)(/)?<br />
Target URL: /$2/</p>
<p>Thanks for commenting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy</title>
		<link>http://gulati.info/2009/02/redirection-plugin-and-regexes/comment-page-1/#comment-757</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Mon, 22 Feb 2010 21:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=625#comment-757</guid>
		<description>Hi Austin,

I need a regex that will change...

http://www.sitename.com/blogname/category/postname

to

http://www.sitename.com/blogname/postname/

I almost have this, but do not know the regex for &quot;category&quot;

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Austin,</p>
<p>I need a regex that will change&#8230;</p>
<p><a href="http://www.sitename.com/blogname/category/postname" rel="nofollow">http://www.sitename.com/blogname/category/postname</a></p>
<p>to</p>
<p><a href="http://www.sitename.com/blogname/postname/" rel="nofollow">http://www.sitename.com/blogname/postname/</a></p>
<p>I almost have this, but do not know the regex for &#8220;category&#8221;</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://gulati.info/2009/02/redirection-plugin-and-regexes/comment-page-1/#comment-751</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Thu, 18 Feb 2010 19:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=625#comment-751</guid>
		<description>Hi Calebe,

The regular expression would be:

Source URL: /([A-Za-z0-9-]*)/favicon.ico
Target URL: /$1/

Is that really what you want to do, though? You might want to redirect it to the location of your actual favicon.ico so that the favicon appears to users.</description>
		<content:encoded><![CDATA[<p>Hi Calebe,</p>
<p>The regular expression would be:</p>
<p>Source URL: /([A-Za-z0-9-]*)/favicon.ico<br />
Target URL: /$1/</p>
<p>Is that really what you want to do, though? You might want to redirect it to the location of your actual favicon.ico so that the favicon appears to users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calebe Aires</title>
		<link>http://gulati.info/2009/02/redirection-plugin-and-regexes/comment-page-1/#comment-748</link>
		<dc:creator>Calebe Aires</dc:creator>
		<pubDate>Thu, 18 Feb 2010 13:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=625#comment-748</guid>
		<description>Hi

I need an regex that do this:

http://exemple.com/post-name/favicon.ico

to:

http://exemple.com/post-name/

(without favicon.ico)

The plugins is detecting the url &quot;http://exemple.com/post-name/favicon.ico&quot; as an 404 error

Very thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I need an regex that do this:</p>
<p><a href="http://exemple.com/post-name/favicon.ico" rel="nofollow">http://exemple.com/post-name/favicon.ico</a></p>
<p>to:</p>
<p><a href="http://exemple.com/post-name/" rel="nofollow">http://exemple.com/post-name/</a></p>
<p>(without favicon.ico)</p>
<p>The plugins is detecting the url &#8220;http://exemple.com/post-name/favicon.ico&#8221; as an 404 error</p>
<p>Very thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André</title>
		<link>http://gulati.info/2009/02/redirection-plugin-and-regexes/comment-page-1/#comment-643</link>
		<dc:creator>André</dc:creator>
		<pubDate>Tue, 19 Jan 2010 12:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=625#comment-643</guid>
		<description>Hello,

I can I redirect:
http://www.bragaequipamentosdeconstrucao.com/contactos/
to:
http://www.bragaequipamentosdeconstrucao.com/contactos/bec/

in a way that this also works:
http://www.bragaequipamentosdeconstrucao.com/contactos/?lang=en
to:
http://www.bragaequipamentosdeconstrucao.com/contactos/bec/?lang=en

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I can I redirect:<br />
<a href="http://www.bragaequipamentosdeconstrucao.com/contactos/" rel="nofollow">http://www.bragaequipamentosdeconstrucao.com/contactos/</a><br />
to:<br />
<a href="http://www.bragaequipamentosdeconstrucao.com/contactos/bec/" rel="nofollow">http://www.bragaequipamentosdeconstrucao.com/contactos/bec/</a></p>
<p>in a way that this also works:<br />
<a href="http://www.bragaequipamentosdeconstrucao.com/contactos/?lang=en" rel="nofollow">http://www.bragaequipamentosdeconstrucao.com/contactos/?lang=en</a><br />
to:<br />
<a href="http://www.bragaequipamentosdeconstrucao.com/contactos/bec/?lang=en" rel="nofollow">http://www.bragaequipamentosdeconstrucao.com/contactos/bec/?lang=en</a></p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://gulati.info/2009/02/redirection-plugin-and-regexes/comment-page-1/#comment-542</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Mon, 04 Jan 2010 01:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=625#comment-542</guid>
		<description>Hi Joe,

Oh, I made it so that it would match neighborhood.php.

To match neighborhood and then anything else, use this:

/neighborhood[\.\-]*(.*)</description>
		<content:encoded><![CDATA[<p>Hi Joe,</p>
<p>Oh, I made it so that it would match neighborhood.php.</p>
<p>To match neighborhood and then anything else, use this:</p>
<p>/neighborhood[\.\-]*(.*)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Manausa</title>
		<link>http://gulati.info/2009/02/redirection-plugin-and-regexes/comment-page-1/#comment-541</link>
		<dc:creator>Joe Manausa</dc:creator>
		<pubDate>Sun, 03 Jan 2010 20:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=625#comment-541</guid>
		<description>Thanks again Austin:

I tried /neighborhood\.(.*)

to redirect to

http://www.manausa.com/tallahassee-neighborhoods

But http://www.manausa.com/neighborhood-southwood-tallahassee.php gave me a 404 error instead of going to

http://www.manausa.com/tallahassee-neighborhoods

Joe</description>
		<content:encoded><![CDATA[<p>Thanks again Austin:</p>
<p>I tried /neighborhood\.(.*)</p>
<p>to redirect to</p>
<p><a href="http://www.manausa.com/tallahassee-neighborhoods" rel="nofollow">http://www.manausa.com/tallahassee-neighborhoods</a></p>
<p>But <a href="http://www.manausa.com/neighborhood-southwood-tallahassee.php" rel="nofollow">http://www.manausa.com/neighborhood-southwood-tallahassee.php</a> gave me a 404 error instead of going to</p>
<p><a href="http://www.manausa.com/tallahassee-neighborhoods" rel="nofollow">http://www.manausa.com/tallahassee-neighborhoods</a></p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://gulati.info/2009/02/redirection-plugin-and-regexes/comment-page-1/#comment-540</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Sun, 03 Jan 2010 20:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=625#comment-540</guid>
		<description>Hi Joe, try this:

/neighborhood\.(.*)

It will match anything that is &quot;/neighborhood.&quot;</description>
		<content:encoded><![CDATA[<p>Hi Joe, try this:</p>
<p>/neighborhood\.(.*)</p>
<p>It will match anything that is &#8220;/neighborhood.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Manausa</title>
		<link>http://gulati.info/2009/02/redirection-plugin-and-regexes/comment-page-1/#comment-539</link>
		<dc:creator>Joe Manausa</dc:creator>
		<pubDate>Sun, 03 Jan 2010 19:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=625#comment-539</guid>
		<description>Austin,

If I want to redirect

http://www.manausa.com/neighborhood.php?p_neighborhood=867

can it be done to send anything that starts with

http://www.manausa.com/neighborhood

to the same page (i.e.)

http://www.manausa.com/neighborhood/

Joe</description>
		<content:encoded><![CDATA[<p>Austin,</p>
<p>If I want to redirect</p>
<p><a href="http://www.manausa.com/neighborhood.php?p_neighborhood=867" rel="nofollow">http://www.manausa.com/neighborhood.php?p_neighborhood=867</a></p>
<p>can it be done to send anything that starts with</p>
<p><a href="http://www.manausa.com/neighborhood" rel="nofollow">http://www.manausa.com/neighborhood</a></p>
<p>to the same page (i.e.)</p>
<p><a href="http://www.manausa.com/neighborhood/" rel="nofollow">http://www.manausa.com/neighborhood/</a></p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://gulati.info/2009/02/redirection-plugin-and-regexes/comment-page-1/#comment-538</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Sun, 03 Jan 2010 19:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=625#comment-538</guid>
		<description>Hi Joe,

Glad that you found the problem and glad that I could help! :)</description>
		<content:encoded><![CDATA[<p>Hi Joe,</p>
<p>Glad that you found the problem and glad that I could help! :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
