cindr
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Big problem with Super Cache Pleasse helpI have solved the problem: these strings are regular expressions. So, the dot symbol matches any char!
So, the default values (like “wp-.*.php”) are incorrect: it should be “wp-.*\.php”. This was the first bug in WP-Super-Cache.
The second bug was in the source code that prevented from entering backslashes in the list.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Accepted Filenames & Rejected URIsThanks this whas very helpfull.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Big problem with Super Cache Pleasse helpOk i have uninstalling the plugin. And re install the plug. And still the same problem
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Big problem with Super Cache Pleasse helpI did that i try everything but the cache don,t work back.
Somting wrong with the server ma by. The Apache??Forum: Plugins
In reply to: [Plugin: WP Super Cache] Big problem with Super Cache Pleasse helpsomebody?
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Big problem with Super Cache Pleasse helpThanks donncha
But don’t work for still the same problem.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Big problem with Super Cache Pleasse helpMy .htaccess looks like this
Options Indexes FollowSymLinks MultiViews
# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
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>
# BEGIN WordPress# BEGIN WordPress RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress
# END WordPress
# END WPSuperCache
# BEGIN WordPress# END WordPress
DirectoryIndex tp_in.php index.shtml index.html index.php index.cgi
Forum: Fixing WordPress
In reply to: [Plugin: WP Super Cache] Big problem with Super Cache Pleasse helpMy .htaccess looks like this
Options Indexes FollowSymLinks MultiViews
# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
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>
# BEGIN WordPress# BEGIN WordPress RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress
# END WordPress
# END WPSuperCache
# BEGIN WordPress# END WordPress
DirectoryIndex tp_in.php index.shtml index.html index.php index.cgi