<?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: Getting WordPress Super Cache to Run on a Windows (IIS or Apache) Server</title>
	<atom:link href="http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/</link>
	<description>Connecting Ideas</description>
	<pubDate>Fri, 09 Jan 2009 14:23:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.8-bleeding-edge</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Donovan</title>
		<link>http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-320035</link>
		<dc:creator>David Donovan</dc:creator>
		<pubDate>Tue, 16 Dec 2008 22:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-320035</guid>
		<description>As of the current version (0.8.3), here is my experience so far on IIS.

1.  You still have to copy wp-cache-phase1.php to /wp-content/advanced-cache.php
2.  If you change the wp-cache.php file as instructed in steps 4 and 5, the whole thing breaks and will give you a blank page.
3.  Step 8 you need to delete the entire path up to /plugins, so that WPCACHEHOME is set to WP_CONTENT_DIR . "/plugins/wp-super-cache"
4.  It stll doesn't actually work on IIS anyway, even if the ISAPI_Rewrite module is installed.  It complains about not having mod_rewrite.</description>
		<content:encoded><![CDATA[<p>As of the current version (0.8.3), here is my experience so far on IIS.</p>
<p>1.  You still have to copy wp-cache-phase1.php to /wp-content/advanced-cache.php<br />
2.  If you change the wp-cache.php file as instructed in steps 4 and 5, the whole thing breaks and will give you a blank page.<br />
3.  Step 8 you need to delete the entire path up to /plugins, so that WPCACHEHOME is set to WP_CONTENT_DIR . &#8220;/plugins/wp-super-cache&#8221;<br />
4.  It stll doesn&#8217;t actually work on IIS anyway, even if the ISAPI_Rewrite module is installed.  It complains about not having mod_rewrite.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rzrarti</title>
		<link>http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-191248</link>
		<dc:creator>rzrarti</dc:creator>
		<pubDate>Sun, 20 Jul 2008 10:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-191248</guid>
		<description>I've installed the wp-super-cache plugin in my windows hosting.
everthing is fine but , plug-in also caches my wp-admin folder.
When i delete cache and enter the comments page for example, every page becomes the comments page. But i can enter edit-comments.php?comment_status=moderated or admin.php?page=wp-dbmanager/database-manager.php etc. I can't access pages like post-new.php , plugins.php etc.

How can i block of caching the wp-admin folder?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve installed the wp-super-cache plugin in my windows hosting.<br />
everthing is fine but , plug-in also caches my wp-admin folder.<br />
When i delete cache and enter the comments page for example, every page becomes the comments page. But i can enter edit-comments.php?comment_status=moderated or admin.php?page=wp-dbmanager/database-manager.php etc. I can&#8217;t access pages like post-new.php , plugins.php etc.</p>
<p>How can i block of caching the wp-admin folder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-189306</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 16 Jul 2008 14:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-189306</guid>
		<description>I just upgraded to 0.6.5 and it went without a hitch. More importantly, it required no customizations. I backed up my plugin dir and did an automatic upgrade. I expected to have to repeat step 4/5 above as this file would have been overwritten but the code must have been improved as my site is running fine without this step above.</description>
		<content:encoded><![CDATA[<p>I just upgraded to 0.6.5 and it went without a hitch. More importantly, it required no customizations. I backed up my plugin dir and did an automatic upgrade. I expected to have to repeat step 4/5 above as this file would have been overwritten but the code must have been improved as my site is running fine without this step above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-189192</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 16 Jul 2008 09:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-189192</guid>
		<description>I just upgraded to 0.6.5 and it went without a hitch and more importantly, required no customizations. I backed up my plugin dir and did an automatic upgrade. I expected to have to repeat step 4/5 above as this file would have been overwritten but the code must have been improved as my site is running fine without this step above.</description>
		<content:encoded><![CDATA[<p>I just upgraded to 0.6.5 and it went without a hitch and more importantly, required no customizations. I backed up my plugin dir and did an automatic upgrade. I expected to have to repeat step 4/5 above as this file would have been overwritten but the code must have been improved as my site is running fine without this step above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-189190</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 16 Jul 2008 09:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-189190</guid>
		<description>Just thought I would pass along that the latest upgrade to 0.6.5 went without a hitch and more importantly, required no customizations. I backed up my plugin dir and did an automatic upgrade. I expected to have to repeat step 4/5 above as this file would have been overwritten but the code must have been improved as my site is running fine without this step above.</description>
		<content:encoded><![CDATA[<p>Just thought I would pass along that the latest upgrade to 0.6.5 went without a hitch and more importantly, required no customizations. I backed up my plugin dir and did an automatic upgrade. I expected to have to repeat step 4/5 above as this file would have been overwritten but the code must have been improved as my site is running fine without this step above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan</title>
		<link>http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-179116</link>
		<dc:creator>Brendan</dc:creator>
		<pubDate>Mon, 30 Jun 2008 18:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-179116</guid>
		<description>Thanks Scott - that all helped to get it working.

Also, one other thing I discovered is the the line to enable the cache:

define('WP_CACHE', true);

needs to be at the top of the config file (wp-config.php) to get wp-cache to generate cached content. Its some weird bug.</description>
		<content:encoded><![CDATA[<p>Thanks Scott - that all helped to get it working.</p>
<p>Also, one other thing I discovered is the the line to enable the cache:</p>
<p>define(&#8217;WP_CACHE&#8217;, true);</p>
<p>needs to be at the top of the config file (wp-config.php) to get wp-cache to generate cached content. Its some weird bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahmoud Al-Qudsi</title>
		<link>http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-148597</link>
		<dc:creator>Mahmoud Al-Qudsi</dc:creator>
		<pubDate>Mon, 28 Apr 2008 19:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-148597</guid>
		<description>Glad to hear you got it to work, Scott.

Switching from WordPress to PerformancePress broke our code-formatting plugins, makes it look like the syntax is all wrong... we never did get around to fixing that.. (/me makes mental note to do it soon!)</description>
		<content:encoded><![CDATA[<p>Glad to hear you got it to work, Scott.</p>
<p>Switching from WordPress to PerformancePress broke our code-formatting plugins, makes it look like the syntax is all wrong&#8230; we never did get around to fixing that.. (/me makes mental note to do it soon!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-148429</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 28 Apr 2008 10:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-148429</guid>
		<description>I just thought I would provide an update on my blank page problem in my previous post a couple months ago.

The syntax I questioned before is fine. After multiple attempts to troubleshoot I had to do 2 things different. Than anything stated so far.

-1 thing I had to do different was my .htaccess file had one small mod from the readme. I had to use "RewriteRule (.+) index.php/$1 [L,QSA]" rather than the similar line (last line) in the readme's .htaccess

-The other thing I had to do different than above is in Step 8, it didn't work with the absolute path. Instead I just have:
define( 'WPCACHEHOME', ABSPATH . "wp-content/plugins/wp-super-cache/" ); //Added by WP-Cache Manager</description>
		<content:encoded><![CDATA[<p>I just thought I would provide an update on my blank page problem in my previous post a couple months ago.</p>
<p>The syntax I questioned before is fine. After multiple attempts to troubleshoot I had to do 2 things different. Than anything stated so far.</p>
<p>-1 thing I had to do different was my .htaccess file had one small mod from the readme. I had to use &#8220;RewriteRule (.+) index.php/$1 [L,QSA]&#8221; rather than the similar line (last line) in the readme&#8217;s .htaccess</p>
<p>-The other thing I had to do different than above is in Step 8, it didn&#8217;t work with the absolute path. Instead I just have:<br />
define( &#8216;WPCACHEHOME&#8217;, ABSPATH . &#8220;wp-content/plugins/wp-super-cache/&#8221; ); //Added by WP-Cache Manager</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-107194</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 22 Feb 2008 19:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-107194</guid>
		<description>Could you please clarify step 3 and 4? I am getting a blank page as soon as I enable caching. It's different than the other typical blank page problems. It seems to be associated to a syntax error in the code. I appears what you say to replace the code with has syntax errors. Your "{" don't seem correct but I am not an expert. I also assume you mean to replace the complete function with what you specify above...?</description>
		<content:encoded><![CDATA[<p>Could you please clarify step 3 and 4? I am getting a blank page as soon as I enable caching. It&#8217;s different than the other typical blank page problems. It seems to be associated to a syntax error in the code. I appears what you say to replace the code with has syntax errors. Your &#8220;{&#8221; don&#8217;t seem correct but I am not an expert. I also assume you mean to replace the complete function with what you specify above&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donncha&#8217;s Friday Links at Holy Shmoly!</title>
		<link>http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-66111</link>
		<dc:creator>Donncha&#8217;s Friday Links at Holy Shmoly!</dc:creator>
		<pubDate>Fri, 09 Nov 2007 17:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-66111</guid>
		<description>[...] You are using Windows (props Computer Guru) [...]</description>
		<content:encoded><![CDATA[<p>[...] You are using Windows (props Computer Guru) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Henrick</title>
		<link>http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-65022</link>
		<dc:creator>Matthew Henrick</dc:creator>
		<pubDate>Thu, 08 Nov 2007 08:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-65022</guid>
		<description> Thanks, now up and running on my Apache2 WAMP server - much faster now.

&lt;strong&gt;God, PHP (and especially WordPress!) is slow!!!&lt;/strong&gt;

I had a hard time getting the rewrite rules working, but now they're fine :)
  
</description>
		<content:encoded><![CDATA[<p>Thanks, now up and running on my Apache2 WAMP server - much faster now.</p>
<p><strong>God, PHP (and especially WordPress!) is slow!!!</strong></p>
<p>I had a hard time getting the rewrite rules working, but now they&#8217;re fine <img src='http://neosmart.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WP Super Cache で WordPress を高速化 at orioa</title>
		<link>http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-65009</link>
		<dc:creator>WP Super Cache で WordPress を高速化 at orioa</dc:creator>
		<pubDate>Thu, 08 Nov 2007 08:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/#comment-65009</guid>
		<description>[...] 他にも、 Getting WordPress Super Cache to Run on a Windows (IIS or Apache) Server at The NeoSmart Files [...]</description>
		<content:encoded><![CDATA[<p>[...] 他にも、 Getting WordPress Super Cache to Run on a Windows (IIS or Apache) Server at The NeoSmart Files [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
