brbrbr

Reviews(1)
 
bybrbrbr, February 6, 2009
Nice plugin. one drawback

There plugin doesn't clean up whenever content changes. Since the files clutter the root directory you have to be carefull to remove the correct files

I moved the 'Joomla base dir' to the cache dir and added to the .htaccess before the joomla section:

RewriteCond PATH/cache/%{REQUEST_URI} -f
RewriteRule (.*) PATH/cache/$1 [L]

now it's a rm -rf cache :)
Owner's reply

Really useful skills! Thanks.