<?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: Redirector</title>
	<atom:link href="http://einaregilsson.com/redirector/feed/" rel="self" type="application/rss+xml" />
	<link>http://einaregilsson.com/redirector/</link>
	<description>A site for my programming pet projects</description>
	<lastBuildDate>Mon, 23 Jan 2012 07:51:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: einar</title>
		<link>http://einaregilsson.com/redirector/comment-page-9/#comment-76022</link>
		<dc:creator>einar</dc:creator>
		<pubDate>Mon, 23 Jan 2012 07:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/projects/redirector/#comment-76022</guid>
		<description>@Help: Sorry, I&#039;m not seeing it in my FF 9 :/</description>
		<content:encoded><![CDATA[<p>@Help: Sorry, I&#8217;m not seeing it in my FF 9 :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Help</title>
		<link>http://einaregilsson.com/redirector/comment-page-9/#comment-76007</link>
		<dc:creator>Help</dc:creator>
		<pubDate>Thu, 19 Jan 2012 23:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/projects/redirector/#comment-76007</guid>
		<description>@einar

I am using 9.0.1 which is the most current release on the release channel.</description>
		<content:encoded><![CDATA[<p>@einar</p>
<p>I am using 9.0.1 which is the most current release on the release channel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cfml</title>
		<link>http://einaregilsson.com/redirector/comment-page-9/#comment-76000</link>
		<dc:creator>cfml</dc:creator>
		<pubDate>Wed, 18 Jan 2012 14:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/projects/redirector/#comment-76000</guid>
		<description>mistype in my previous post
successfully redirect to direct JPG image

&#104;ttp://i32.fastpic.ru/big/2012/0118/d5/19a1ccf6ca1f42e1c34c8e2f4dd4e1d5.jpg</description>
		<content:encoded><![CDATA[<p>mistype in my previous post<br />
successfully redirect to direct JPG image</p>
<p>&#104;ttp://i32.fastpic.ru/big/2012/0118/d5/19a1ccf6ca1f42e1c34c8e2f4dd4e1d5.jpg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cfml</title>
		<link>http://einaregilsson.com/redirector/comment-page-9/#comment-75999</link>
		<dc:creator>cfml</dc:creator>
		<pubDate>Wed, 18 Jan 2012 13:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/projects/redirector/#comment-75999</guid>
		<description>In my case the website fastpic.ru push me to image page not the direct link JPG image.

My rules are

Include pattern:
&#104;ttp://*.fastpic.ru/thumb/*.jpeg
Redirect to:
&#104;ttp://$1.fastpic.ru/big/$2.jpg
wildcard

So previously following thumbnail image
 
&#104;ttp://i32.fastpic.ru/thumb/2012/0118/d5/19a1ccf6ca1f42e1c34c8e2f4dd4e1d5.jpeg

successfully redirect to direct JPG image
 
&#104;ttp://i32.fastpic.ru/thumb/2012/0118/d5/19a1ccf6ca1f42e1c34c8e2f4dd4e1d5.jpeg

Now I install another &quot;HeaderControl&quot; addon and make a HTTP Referer to suffix fastpic.ru and select option to root. and it working again.</description>
		<content:encoded><![CDATA[<p>In my case the website fastpic.ru push me to image page not the direct link JPG image.</p>
<p>My rules are</p>
<p>Include pattern:<br />
&#104;ttp://*.fastpic.ru/thumb/*.jpeg<br />
Redirect to:<br />
&#104;ttp://$1.fastpic.ru/big/$2.jpg<br />
wildcard</p>
<p>So previously following thumbnail image</p>
<p>&#104;ttp://i32.fastpic.ru/thumb/2012/0118/d5/19a1ccf6ca1f42e1c34c8e2f4dd4e1d5.jpeg</p>
<p>successfully redirect to direct JPG image</p>
<p>&#104;ttp://i32.fastpic.ru/thumb/2012/0118/d5/19a1ccf6ca1f42e1c34c8e2f4dd4e1d5.jpeg</p>
<p>Now I install another &#8220;HeaderControl&#8221; addon and make a HTTP Referer to suffix fastpic.ru and select option to root. and it working again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: einar</title>
		<link>http://einaregilsson.com/redirector/comment-page-9/#comment-75997</link>
		<dc:creator>einar</dc:creator>
		<pubDate>Wed, 18 Jan 2012 07:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/projects/redirector/#comment-75997</guid>
		<description>@Help: Which version of Firefox are you running? Works fine on my 8.0.

@cfml: As far as I know Redirector does send the original referer to the new site. Unless maybe after a 301 redirect which is a special case. Can you give me an example where the referer is not sent?</description>
		<content:encoded><![CDATA[<p>@Help: Which version of Firefox are you running? Works fine on my 8.0.</p>
<p>@cfml: As far as I know Redirector does send the original referer to the new site. Unless maybe after a 301 redirect which is a special case. Can you give me an example where the referer is not sent?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cfml</title>
		<link>http://einaregilsson.com/redirector/comment-page-9/#comment-75995</link>
		<dc:creator>cfml</dc:creator>
		<pubDate>Tue, 17 Jan 2012 21:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/projects/redirector/#comment-75995</guid>
		<description>Any solution to add http referer header to redirected site...</description>
		<content:encoded><![CDATA[<p>Any solution to add http referer header to redirected site&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Help</title>
		<link>http://einaregilsson.com/redirector/comment-page-9/#comment-75992</link>
		<dc:creator>Help</dc:creator>
		<pubDate>Tue, 17 Jan 2012 10:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/projects/redirector/#comment-75992</guid>
		<description>Rulesets created in the new version have no effect! The enabled box also does not stay checked.</description>
		<content:encoded><![CDATA[<p>Rulesets created in the new version have no effect! The enabled box also does not stay checked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: einar</title>
		<link>http://einaregilsson.com/redirector/comment-page-9/#comment-75975</link>
		<dc:creator>einar</dc:creator>
		<pubDate>Thu, 12 Jan 2012 22:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/projects/redirector/#comment-75975</guid>
		<description>@Otto: I&#039;ll consider that for the next release.

@Yana: Not currently, no.</description>
		<content:encoded><![CDATA[<p>@Otto: I&#8217;ll consider that for the next release.</p>
<p>@Yana: Not currently, no.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yana</title>
		<link>http://einaregilsson.com/redirector/comment-page-9/#comment-75966</link>
		<dc:creator>Yana</dc:creator>
		<pubDate>Tue, 10 Jan 2012 14:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/projects/redirector/#comment-75966</guid>
		<description>Is there any way to stop Redirector from opening new window, when link passed from external application?</description>
		<content:encoded><![CDATA[<p>Is there any way to stop Redirector from opening new window, when link passed from external application?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto Gandhi</title>
		<link>http://einaregilsson.com/redirector/comment-page-9/#comment-75964</link>
		<dc:creator>Otto Gandhi</dc:creator>
		<pubDate>Tue, 10 Jan 2012 10:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/projects/redirector/#comment-75964</guid>
		<description>Hello,
1. thanks alot for this useful plugin.
2. PLEASE add Redirector-symbol to the Symbol-bar (right next to searchfield)! Normal people do not use the AddOn-bar on the bottom any more. Its just waste of space.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
1. thanks alot for this useful plugin.<br />
2. PLEASE add Redirector-symbol to the Symbol-bar (right next to searchfield)! Normal people do not use the AddOn-bar on the bottom any more. Its just waste of space.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

