When compression is turned on in the latest version, the menu is all out of place...
When compression is turned on in the latest version, the menu is all out of place...
In accepted files box, it says:
";" class="code">>
<label><input type="radio" name="cache_compression" value="0" checked=checked> Disabled</label>
<p>Compression is disabled by default because some hosts have problems with compressed files. Switching this on and off clears the cache.</p>
<div class="submit"><input type="submit" value="Update Compression »" /></div><input type="hidden" id="_wpnonce" name="_wpnonce" value="5db3476b9d" /><input type="hidden" name="_wp_http_referer" value="/wp-admin/options-general.php?page=wp-super-cache/wp-cache.php" /></form>
</fieldset>
<fieldset style='border: 1px solid #aaa' class="options">
<legend>Mod Rewrite Rules</legend> <p>WP Super Cache has modified your /home/.josphina/brainblogger/blog/.htaccess file. Click the following link to see the lines added. If you have upgraded the plugin make sure these rules match. View mod_rewrite rules
<div id='rewriterules' style='display: none;'>
<p>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} !.*s=.*
RewriteCond %{QUERY_STRING} !.*attachment_id=.*
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} !.*attachment_id=.*
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>
</p>And the cache does not clear...
This topic has been closed to new replies.