Stefan
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: get_core_checksums() error when updating to 3.7I got the same error
Forum: Plugins
In reply to: Wp Super Cache serve non-cache to specific User Agent?This is what I’ve tried so far and didn’t work, don’t know why because it seems right:
RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ # ADDED THIS LINE TO PASS-THROUGH USER AGENTS RewriteCond %{HTTP_USER_AGENT} !(Googlebot|Google|Adsense) RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz -f RewriteRule ^(.*) /wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz [L] RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ # ADDED THIS LINE TO PASS-THROUGH USER AGENTS RewriteCond %{HTTP_USER_AGENT} !(Googlebot|Google|Adsense) RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html -f RewriteRule ^(.*) /wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html [L]
Does it work to add Googlebot along with your other user agents? I tried but i still get cached content
Forum: Plugins
In reply to: Wp Super Cache serve non-cache to specific User Agent?I tried to add Googlebot as mobile, but how I tried it didn’t work. This could be an option.
Forum: Plugins
In reply to: Wp Super Cache serve non-cache to specific User Agent?P.S. I’m opened to ideas if there’s another way than htaccess
Forum: Fixing WordPress
In reply to: Some Posts have not content, some tags are blankFixed it.
Viewing 6 replies - 1 through 6 (of 6 total)