There is especially one major bug/flaw:
array_push($cache,"\n" .get_bloginfo('url').'/?p='.$post_id);
You assume every site uses non-pretty permalinks, which is a huge mistake.
]]>hi,
i have installed the plugin and also change the .htaccess file, please find code below:
“# BEGIN WordPress
AddType text/cache-manifest .manifest
<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
“
i have also clicked on generate cache button, but when i disconnect my internet and try to open my site then its not working, i m using google chrome.
please help
]]>I think there is a interesting plugin but I have very questions
– why no can add the plugin vía wordpress admin?
– no backup htaccess?
– why I should be choose this plugin and no other cache plugin more popular?
– how system use the plugin for know if need send update pages/posts?
– working with advertising, adsense and others?