Title: microguy's Replies - page 3 | WordPress.org

---

# microguy

  [  ](https://wordpress.org/support/users/microguy/)

 *   [Profile](https://wordpress.org/support/users/microguy/)
 *   [Topics Started](https://wordpress.org/support/users/microguy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/microguy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/microguy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/microguy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/microguy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/microguy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 31 through 34 (of 34 total)

[←](https://wordpress.org/support/users/microguy/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/microguy/replies/?output_format=md) [2](https://wordpress.org/support/users/microguy/replies/page/2/?output_format=md)
3

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP Super Cache] Supercache folder only contains empty subdirectories](https://wordpress.org/support/topic/plugin-wp-super-cache-supercache-folder-only-contains-empty-subdirectories/)
 *  [microguy](https://wordpress.org/support/users/microguy/)
 * (@microguy)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-supercache-folder-only-contains-empty-subdirectories/#post-844254)
 * Same problem. I’m getting ready to uninstall it too. I tried to rate it one star
   but the WordPress rating script is broken too. :o(
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP Super Cache](https://wordpress.org/support/topic/wp-super-cache-5/)
 *  Thread Starter [microguy](https://wordpress.org/support/users/microguy/)
 * (@microguy)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/wp-super-cache-5/#post-856949)
 * I’ve been searching Google and this seems to be a known issue with WP Super Cache.
   I will be removing the plugin until a fix is available.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP Super Cache](https://wordpress.org/support/topic/wp-super-cache-5/)
 *  Thread Starter [microguy](https://wordpress.org/support/users/microguy/)
 * (@microguy)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/wp-super-cache-5/#post-856852)
 * Update:
 * I just installed a fresh version of Firefox on a colocated machine and the super
   cache in not working. At the bottom of each page is:
 * <!– Dynamic Page Served (once) in 1.011 seconds –>
    <!– Cached page served by
   WP-Cache –> <!– Compression = gzip –>
 * Has anyone had this issue? Also, I was thinking about making /htdocs/ read only
   so the .htaccess file will stop being automatically updated. The plugin keeps
   updating the .htaccess file for some very strange reason.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP Super Cache](https://wordpress.org/support/topic/wp-super-cache-5/)
 *  Thread Starter [microguy](https://wordpress.org/support/users/microguy/)
 * (@microguy)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/wp-super-cache-5/#post-856837)
 * Update: The .htaccess file just changed again from this:
 * # Why does this file keep changing?
 * # BEGIN WPSuperCache
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /
   AddDefaultCharset UTF-8 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_|wordpress|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_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_
   |wordpress|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] </IfModule> # END WPSuperCache
 * **# BEGIN WordPress
    RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L] # END WordPress
 * To this:
 * # BEGIN WPSuperCache
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /
   AddDefaultCharset UTF-8 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_|wordpress|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_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_
   |wordpress|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] </IfModule> # END WPSuperCache
 * **# BEGIN WordPress**
 * # END WordPress

Viewing 4 replies - 31 through 34 (of 34 total)

[←](https://wordpress.org/support/users/microguy/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/microguy/replies/?output_format=md) [2](https://wordpress.org/support/users/microguy/replies/page/2/?output_format=md)
3