<?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: WP Super Cache 0.6</title>
	<atom:link href="http://ocaoimh.ie/wp-super-cache-06/feed/" rel="self" type="application/rss+xml" />
	<link>http://ocaoimh.ie/wp-super-cache-06/</link>
	<description>Look what I found today!</description>
	<lastBuildDate>Tue, 16 Mar 2010 20:11:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim</title>
		<link>http://ocaoimh.ie/wp-super-cache-06/comment-page-1/#comment-654299</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 18 Sep 2008 18:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/2008/03/13/wp-super-cache-06/#comment-654299</guid>
		<description>Hi,

Great plugin but I have a small problem with the htaccess file in the root of wordpress.  your plugin creates the mod rewrite code in the htaccess fine.  But when I try to login to the admin area or register area the formatting (css) has gone and the I get a 404 when i hit submit.

Any ideas?

here is my htaccess file:

### Restrict access to your wp-config.php file so it can&#039;t be read if installation messes up ###


Order Deny,Allow
Deny from All




# BEGIN WordPress
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress

# BEGIN WPSuperCache

RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} !.*s=.*
RewriteCond %{QUERY_STRING} !.*p=.*
RewriteCond %{QUERY_STRING} !.*attachment_id=.*
RewriteCond %{QUERY_STRING} !.*wp-subscription-manager=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_&#124;wordpress&#124;wp-postpass_).*$
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]

RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} !.*s=.*
RewriteCond %{QUERY_STRING} !.*p=.*
RewriteCond %{QUERY_STRING} !.*attachment_id=.*
RewriteCond %{QUERY_STRING} !.*wp-subscription-manager=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_&#124;wordpress&#124;wp-postpass_).*$
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]

# END WPSuperCache</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great plugin but I have a small problem with the htaccess file in the root of wordpress.  your plugin creates the mod rewrite code in the htaccess fine.  But when I try to login to the admin area or register area the formatting (css) has gone and the I get a 404 when i hit submit.</p>
<p>Any ideas?</p>
<p>here is my htaccess file:</p>
<p>### Restrict access to your wp-config.php file so it can&#8217;t be read if installation messes up ###</p>
<p>Order Deny,Allow<br />
Deny from All</p>
<p># BEGIN WordPress<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
# END WordPress</p>
<p># BEGIN WPSuperCache</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
AddDefaultCharset UTF-8<br />
RewriteCond %{REQUEST_URI} !^.*[^/]$<br />
RewriteCond %{REQUEST_URI} !^.*//.*$<br />
RewriteCond %{REQUEST_METHOD} !=POST<br />
RewriteCond %{QUERY_STRING} !.*s=.*<br />
RewriteCond %{QUERY_STRING} !.*p=.*<br />
RewriteCond %{QUERY_STRING} !.*attachment_id=.*<br />
RewriteCond %{QUERY_STRING} !.*wp-subscription-manager=.*<br />
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$<br />
RewriteCond %{HTTP:Accept-Encoding} gzip<br />
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f<br />
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]</p>
<p>RewriteCond %{REQUEST_URI} !^.*[^/]$<br />
RewriteCond %{REQUEST_URI} !^.*//.*$<br />
RewriteCond %{REQUEST_METHOD} !=POST<br />
RewriteCond %{QUERY_STRING} !.*s=.*<br />
RewriteCond %{QUERY_STRING} !.*p=.*<br />
RewriteCond %{QUERY_STRING} !.*attachment_id=.*<br />
RewriteCond %{QUERY_STRING} !.*wp-subscription-manager=.*<br />
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$<br />
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f<br />
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]</p>
<p># END WPSuperCache</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mik</title>
		<link>http://ocaoimh.ie/wp-super-cache-06/comment-page-1/#comment-653038</link>
		<dc:creator>Mik</dc:creator>
		<pubDate>Fri, 01 Aug 2008 23:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/2008/03/13/wp-super-cache-06/#comment-653038</guid>
		<description>Hi and thanks for this great plugin.

Is there a way to force not to cache pages from search engines? (ie: do not cache/generate pages referred by Google)</description>
		<content:encoded><![CDATA[<p>Hi and thanks for this great plugin.</p>
<p>Is there a way to force not to cache pages from search engines? (ie: do not cache/generate pages referred by Google)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulysses</title>
		<link>http://ocaoimh.ie/wp-super-cache-06/comment-page-1/#comment-651288</link>
		<dc:creator>Ulysses</dc:creator>
		<pubDate>Wed, 11 Jun 2008 01:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/2008/03/13/wp-super-cache-06/#comment-651288</guid>
		<description>Donncha, 

Thanks for this plugin. My site was crawling prior to installing your Super Cache plugin. Wow. It&#039;s good now. Just one very, very  minor point. In your instructions at the WordPress Plugin Directory, #6 says, go to Options-&gt;WP Super Cache. It should be Settings-&gt;WP Super Cache with the redesigned Dashboard.</description>
		<content:encoded><![CDATA[<p>Donncha, </p>
<p>Thanks for this plugin. My site was crawling prior to installing your Super Cache plugin. Wow. It&#8217;s good now. Just one very, very  minor point. In your instructions at the WordPress Plugin Directory, #6 says, go to Options-&gt;WP Super Cache. It should be Settings-&gt;WP Super Cache with the redesigned Dashboard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thelastnode</title>
		<link>http://ocaoimh.ie/wp-super-cache-06/comment-page-1/#comment-651146</link>
		<dc:creator>thelastnode</dc:creator>
		<pubDate>Sun, 08 Jun 2008 02:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/2008/03/13/wp-super-cache-06/#comment-651146</guid>
		<description>Sometimes WP super cache 0.6 gives me a 404 error</description>
		<content:encoded><![CDATA[<p>Sometimes WP super cache 0.6 gives me a 404 error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cemtex</title>
		<link>http://ocaoimh.ie/wp-super-cache-06/comment-page-1/#comment-620630</link>
		<dc:creator>cemtex</dc:creator>
		<pubDate>Tue, 01 Apr 2008 08:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/2008/03/13/wp-super-cache-06/#comment-620630</guid>
		<description>Hi mate,

im looking forward to use your super-cahce plugin since wp-cahce2 has some (small problems) when it comes to caching. Also please note that the current version 0.6 gives me a 404 at the wordpress plugin database site.

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi mate,</p>
<p>im looking forward to use your super-cahce plugin since wp-cahce2 has some (small problems) when it comes to caching. Also please note that the current version 0.6 gives me a 404 at the wordpress plugin database site.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J&#8217;s blog &#187; Blog Archive &#187; Catch blogging, expect more frequent updates now that the server is faster!</title>
		<link>http://ocaoimh.ie/wp-super-cache-06/comment-page-1/#comment-619283</link>
		<dc:creator>J&#8217;s blog &#187; Blog Archive &#187; Catch blogging, expect more frequent updates now that the server is faster!</dc:creator>
		<pubDate>Mon, 31 Mar 2008 15:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/2008/03/13/wp-super-cache-06/#comment-619283</guid>
		<description>[...] WP Super Cache 0.6 - Holy Shmoly! [...]</description>
		<content:encoded><![CDATA[<p>[...] WP Super Cache 0.6 &#8211; Holy Shmoly! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rosyidi</title>
		<link>http://ocaoimh.ie/wp-super-cache-06/comment-page-1/#comment-605747</link>
		<dc:creator>Rosyidi</dc:creator>
		<pubDate>Wed, 26 Mar 2008 11:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/2008/03/13/wp-super-cache-06/#comment-605747</guid>
		<description>where is I can found WP-Cache’s non-caching commands. I&#039;ve view wpsupercache source, but I do&#039;nt know where is it.
Thanks for your reply</description>
		<content:encoded><![CDATA[<p>where is I can found WP-Cache’s non-caching commands. I&#8217;ve view wpsupercache source, but I do&#8217;nt know where is it.<br />
Thanks for your reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donncha</title>
		<link>http://ocaoimh.ie/wp-super-cache-06/comment-page-1/#comment-604427</link>
		<dc:creator>Donncha</dc:creator>
		<pubDate>Tue, 25 Mar 2008 21:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/2008/03/13/wp-super-cache-06/#comment-604427</guid>
		<description>Rosyidi - it won&#039;t work because it requires PHP to run. You&#039;ll have to disable the supercache part and enclose that code in WP-Cache&#039;s non-caching commands, or use Javascript which is what I with collecting stats. (view source if you&#039;re interested in that code!)</description>
		<content:encoded><![CDATA[<p>Rosyidi &#8211; it won&#8217;t work because it requires PHP to run. You&#8217;ll have to disable the supercache part and enclose that code in WP-Cache&#8217;s non-caching commands, or use Javascript which is what I with collecting stats. (view source if you&#8217;re interested in that code!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rosyidi</title>
		<link>http://ocaoimh.ie/wp-super-cache-06/comment-page-1/#comment-604423</link>
		<dc:creator>Rosyidi</dc:creator>
		<pubDate>Tue, 25 Mar 2008 21:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/2008/03/13/wp-super-cache-06/#comment-604423</guid>
		<description>I want wp-postviews work normaly. How could I do that?
How to make [?php if(function_exists(&#039;the_views&#039;)) { the_views(); } ?] not change with &quot;20,981 views&quot; ?
So if visitor going to my blog they&#039;ll count normaly with wp-postviwes.
Thanks alot. Wp-SuperCache is the best.</description>
		<content:encoded><![CDATA[<p>I want wp-postviews work normaly. How could I do that?<br />
How to make [?php if(function_exists('the_views')) { the_views(); } ?] not change with &#8220;20,981 views&#8221; ?<br />
So if visitor going to my blog they&#8217;ll count normaly with wp-postviwes.<br />
Thanks alot. Wp-SuperCache is the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donncha</title>
		<link>http://ocaoimh.ie/wp-super-cache-06/comment-page-1/#comment-593518</link>
		<dc:creator>Donncha</dc:creator>
		<pubDate>Tue, 18 Mar 2008 18:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/2008/03/13/wp-super-cache-06/#comment-593518</guid>
		<description>Keith - possibly but I hope that blog isn&#039;t visible on the Internet because it&#039;d be a juicy target for hackers! You would be much better off upgrading to the latest version of WP, please! :)</description>
		<content:encoded><![CDATA[<p>Keith &#8211; possibly but I hope that blog isn&#8217;t visible on the Internet because it&#8217;d be a juicy target for hackers! You would be much better off upgrading to the latest version of WP, please! <img src='http://ocaoimh.ie/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
