Title: bobotime's Replies | WordPress.org

---

# bobotime

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

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

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Rewrite rules not working for enhanced disk cache](https://wordpress.org/support/topic/rewrite-rules-not-working-for-enhanced-disk-cache/)
 *  [bobotime](https://wordpress.org/support/users/bobotime/)
 * (@bobotime)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/rewrite-rules-not-working-for-enhanced-disk-cache/#post-4782434)
 * This is my .htaccess file
 *     ```
       # BEGIN W3TC Page Cache core
       <IfModule mod_rewrite.c>
           RewriteEngine On
           RewriteBase /
           RewriteCond %{HTTP:Accept-Encoding} gzip
           RewriteRule .* - [E=W3TC_ENC:_gzip]
           RewriteCond %{HTTP_COOKIE} w3tc_preview [NC]
           RewriteRule .* - [E=W3TC_PREVIEW:_preview]
           RewriteCond %{REQUEST_METHOD} !=POST
           RewriteCond %{QUERY_STRING} =""
           RewriteCond %{REQUEST_URI} \/$
           RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC]
           RewriteCond "%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}" -f
           RewriteRule .* "/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}" [L]
       </IfModule>
       # END W3TC Page Cache core
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Rewrite rules not working for enhanced disk cache](https://wordpress.org/support/topic/rewrite-rules-not-working-for-enhanced-disk-cache/)
 *  [bobotime](https://wordpress.org/support/users/bobotime/)
 * (@bobotime)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/rewrite-rules-not-working-for-enhanced-disk-cache/#post-4782432)
 * I have the same problem.
 *     ```
       W3 Total Cache error:It appears Minify URL rewriting is not working. Please verify that the server configuration allows .htaccess
       Unfortunately minification will not function without custom rewrite rules. Please ask your server administrator for assistance. Also refer to the install page for the rules for your server.
       Technical info
       .htaccess file contains rules to rewrite url http://www.mysite.it/wp-content/cache/minify/000000/w3tc_rewrite_test. If handled by plugin, it returns "OK" message.
       The plugin made a request to http://www.mysite.it/wp-content/cache/minify/000000/w3tc_rewrite_test but received:
       503 Service Unavailable
       instead of "OK" response.
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)