<?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: Hyper Cache Help</title>
	<atom:link href="http://www.satollo.net/hyper-cache-help/feed" rel="self" type="application/rss+xml" />
	<link>http://www.satollo.net/hyper-cache-help</link>
	<description>Release Candidate</description>
	<lastBuildDate>Sat, 31 Jul 2010 12:46:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: zAlbee</title>
		<link>http://www.satollo.net/hyper-cache-help/comment-page-3#comment-2490</link>
		<dc:creator>zAlbee</dc:creator>
		<pubDate>Fri, 09 Jul 2010 01:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=364#comment-2490</guid>
		<description>I have a problem when using HyperCache and external pages that I integrated with WP 3.0. Firefox says the website is using an unsupported type of compression/encoding, and will never load the page. Other browsers can not load it either.

The problem only happens when ALL 3 of the following are true:

1. I&#039;m logged into the blog.
2. Compression option is ON in HyperCache options.
3. It only affects my pages outside of wordpress, using wordpress integration.


The affected pages are regular PHP pages, but integrated with WP using following code:
   
   &lt;!-- some html --&gt;
   init();  
           $wp-&gt;parse_request();  
           $wp-&gt;query_posts();  
           $wp-&gt;register_globals();  
   ?&gt;

I don&#039;t use require(&#039;./wp-blog-header.php&#039;) because of the 404 problem described here, http://www.adrogen.com/blog/wordpress-wp-blog-headerphp-causes-404-in-ie/ .


I think I know why it has the problem -- probably because my custom pages are outputting HTML before WP is loaded. Very likely, I have an output buffer problem.

But the question is: why does it affect when I am logged in? I thought that when logging in, HyperCache is not supposed to do anything. In my case, it is the opposite: if I am logged out, then all pages work and are cached perfectly. When logged in, it is broken.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I have a problem when using HyperCache and external pages that I integrated with WP 3.0. Firefox says the website is using an unsupported type of compression/encoding, and will never load the page. Other browsers can not load it either.</p>
<p>The problem only happens when ALL 3 of the following are true:</p>
<p>1. I&#8217;m logged into the blog.<br />
2. Compression option is ON in HyperCache options.<br />
3. It only affects my pages outside of wordpress, using wordpress integration.</p>
<p>The affected pages are regular PHP pages, but integrated with WP using following code:</p>
<p>   <!-- some html --><br />
   init();<br />
           $wp-&gt;parse_request();<br />
           $wp-&gt;query_posts();<br />
           $wp-&gt;register_globals();<br />
   ?&gt;</p>
<p>I don&#8217;t use require(&#8216;./wp-blog-header.php&#8217;) because of the 404 problem described here, <a href="http://www.adrogen.com/blog/wordpress-wp-blog-headerphp-causes-404-in-ie/" rel="nofollow">http://www.adrogen.com/blog/wordpress-wp-blog-headerphp-causes-404-in-ie/</a> .</p>
<p>I think I know why it has the problem &#8212; probably because my custom pages are outputting HTML before WP is loaded. Very likely, I have an output buffer problem.</p>
<p>But the question is: why does it affect when I am logged in? I thought that when logging in, HyperCache is not supposed to do anything. In my case, it is the opposite: if I am logged out, then all pages work and are cached perfectly. When logged in, it is broken.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.satollo.net/hyper-cache-help/comment-page-3#comment-2444</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 28 Jun 2010 15:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=364#comment-2444</guid>
		<description>In WP 3.0 Multisite the images are working with Hyper Cache activated. Nice! Thanks for this great plugin.</description>
		<content:encoded><![CDATA[<p>In WP 3.0 Multisite the images are working with Hyper Cache activated. Nice! Thanks for this great plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciso</title>
		<link>http://www.satollo.net/hyper-cache-help/comment-page-3#comment-2443</link>
		<dc:creator>Ciso</dc:creator>
		<pubDate>Mon, 28 Jun 2010 15:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=364#comment-2443</guid>
		<description>With WP 3.0 seems like Hyper Cache doesn&#039;t rebuild the home page on a new home page post.
Any idea?</description>
		<content:encoded><![CDATA[<p>With WP 3.0 seems like Hyper Cache doesn&#8217;t rebuild the home page on a new home page post.<br />
Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincenzo</title>
		<link>http://www.satollo.net/hyper-cache-help/comment-page-2#comment-2383</link>
		<dc:creator>Vincenzo</dc:creator>
		<pubDate>Sat, 19 Jun 2010 21:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=364#comment-2383</guid>
		<description>Solved this: basically, in WordPress MU the path to the files is http://yoursite.com/files/year/month/day/file.ext

You just need to /files in the reject URI form (hyper cache config).

@Stefano, I suggest you to add /files to the default rejected URIs.</description>
		<content:encoded><![CDATA[<p>Solved this: basically, in WordPress MU the path to the files is <a href="http://yoursite.com/files/year/month/day/file.ext" rel="nofollow">http://yoursite.com/files/year/month/day/file.ext</a></p>
<p>You just need to /files in the reject URI form (hyper cache config).</p>
<p>@Stefano, I suggest you to add /files to the default rejected URIs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincenzo</title>
		<link>http://www.satollo.net/hyper-cache-help/comment-page-2#comment-2382</link>
		<dc:creator>Vincenzo</dc:creator>
		<pubDate>Sat, 19 Jun 2010 21:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=364#comment-2382</guid>
		<description>Same here. WPMU (and I am assuming WP3.0 too, as it also includes MU support now) works fine, but images aren&#039;t displayed.

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Same here. WPMU (and I am assuming WP3.0 too, as it also includes MU support now) works fine, but images aren&#8217;t displayed.</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shabooty</title>
		<link>http://www.satollo.net/hyper-cache-help/comment-page-3#comment-2381</link>
		<dc:creator>shabooty</dc:creator>
		<pubDate>Sat, 19 Jun 2010 17:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=364#comment-2381</guid>
		<description>does this work with wp 3.0?</description>
		<content:encoded><![CDATA[<p>does this work with wp 3.0?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hi</title>
		<link>http://www.satollo.net/hyper-cache-help/comment-page-3#comment-2370</link>
		<dc:creator>hi</dc:creator>
		<pubDate>Fri, 18 Jun 2010 09:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=364#comment-2370</guid>
		<description>Hello. I like Hyper Cache very much, and thanks for your work!
But it seems that when I want to use the plugin in new wordpress 3.0, the program crashes at once!  :-(
Can your please check and fix the bug?</description>
		<content:encoded><![CDATA[<p>Hello. I like Hyper Cache very much, and thanks for your work!<br />
But it seems that when I want to use the plugin in new wordpress 3.0, the program crashes at once!  <img src='http://www.satollo.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
Can your please check and fix the bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.satollo.net/hyper-cache-help/comment-page-3#comment-2355</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 16 Jun 2010 07:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=364#comment-2355</guid>
		<description>Same problem with my MU installation. Images cannot be loaded after activation. The cache itself works fine. 

Cheerz
Tom</description>
		<content:encoded><![CDATA[<p>Same problem with my MU installation. Images cannot be loaded after activation. The cache itself works fine. </p>
<p>Cheerz<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://www.satollo.net/hyper-cache-help/comment-page-3#comment-2338</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Sun, 13 Jun 2010 10:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=364#comment-2338</guid>
		<description>Hello,

I installed Hyper Cache, and it s look a bit faster. Thanks
But when i check the folders in the server, I don t have any /wp-content/hyper-cache.
And there are no gzip compression files.
But the code source of the pages still show the &lt;!-- hyper cache: b6a7f122ce8....... 10-06-13 10:32:13 --&gt;

Also it seems that all the cached pages are stored in /wp-content/plugins/hyper-cache/cache/

What s wrong Doctor?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I installed Hyper Cache, and it s look a bit faster. Thanks<br />
But when i check the folders in the server, I don t have any /wp-content/hyper-cache.<br />
And there are no gzip compression files.<br />
But the code source of the pages still show the <!-- hyper cache: b6a7f122ce8....... 10-06-13 10:32:13 --></p>
<p>Also it seems that all the cached pages are stored in /wp-content/plugins/hyper-cache/cache/</p>
<p>What s wrong Doctor?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ciso</title>
		<link>http://www.satollo.net/hyper-cache-help/comment-page-3#comment-2337</link>
		<dc:creator>ciso</dc:creator>
		<pubDate>Sat, 12 Jun 2010 20:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=364#comment-2337</guid>
		<description>Hi Stefano,
I really love your plugin and I use it on all my website.
On the biggest one (that I have on a different server) it seems that is not working:
pages are cached ok but the cache doesn&#039;t rebuilt itself on a new post (or comment).
I also get
Total requests handled	1
all the time.
any idea?
Thank you</description>
		<content:encoded><![CDATA[<p>Hi Stefano,<br />
I really love your plugin and I use it on all my website.<br />
On the biggest one (that I have on a different server) it seems that is not working:<br />
pages are cached ok but the cache doesn&#8217;t rebuilt itself on a new post (or comment).<br />
I also get<br />
Total requests handled	1<br />
all the time.<br />
any idea?<br />
Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
