<?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: Mobile redirects using Varnish</title>
	<atom:link href="http://dingleberry.me/2010/03/mobile-redirects-using-varnish/feed/" rel="self" type="application/rss+xml" />
	<link>http://dingleberry.me/2010/03/mobile-redirects-using-varnish/</link>
	<description>technical blog shit</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:29:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: tigaszzz</title>
		<link>http://dingleberry.me/2010/03/mobile-redirects-using-varnish/comment-page-1/#comment-4003</link>
		<dc:creator>tigaszzz</dc:creator>
		<pubDate>Wed, 14 Sep 2011 11:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://dingleberry.me/?p=641#comment-4003</guid>
		<description>That doesn&#039;t work if you what something more persistent, you have to check for cookies with something like
 if (req.http.cookie ~ &quot;NOMOBILE&quot;) {</description>
		<content:encoded><![CDATA[<p>That doesn&#8217;t work if you what something more persistent, you have to check for cookies with something like<br />
 if (req.http.cookie ~ &#8220;NOMOBILE&#8221;) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://dingleberry.me/2010/03/mobile-redirects-using-varnish/comment-page-1/#comment-3962</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 26 Aug 2011 21:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://dingleberry.me/?p=641#comment-3962</guid>
		<description>Thanks for figuring this out!

If anyone tries this, you now have to change 

deliver;

to 

return(deliver);</description>
		<content:encoded><![CDATA[<p>Thanks for figuring this out!</p>
<p>If anyone tries this, you now have to change </p>
<p>deliver;</p>
<p>to </p>
<p>return(deliver);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morten</title>
		<link>http://dingleberry.me/2010/03/mobile-redirects-using-varnish/comment-page-1/#comment-1894</link>
		<dc:creator>morten</dc:creator>
		<pubDate>Thu, 18 Mar 2010 08:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://dingleberry.me/?p=641#comment-1894</guid>
		<description>You could check for a cookie too, or you can just use something like ?nomobile in the url and then add to your vcl code something like : 

if ( req.http.url != &quot;?nomobile&quot; ) { 
 # do all the redirect stuff
}</description>
		<content:encoded><![CDATA[<p>You could check for a cookie too, or you can just use something like ?nomobile in the url and then add to your vcl code something like : </p>
<p>if ( req.http.url != &#8220;?nomobile&#8221; ) {<br />
 # do all the redirect stuff<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bolav</title>
		<link>http://dingleberry.me/2010/03/mobile-redirects-using-varnish/comment-page-1/#comment-1893</link>
		<dc:creator>bolav</dc:creator>
		<pubDate>Thu, 18 Mar 2010 08:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://dingleberry.me/?p=641#comment-1893</guid>
		<description>Do you have an example that checks a cookie as well, so that you can choose to always have the website?</description>
		<content:encoded><![CDATA[<p>Do you have an example that checks a cookie as well, so that you can choose to always have the website?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

