Hey Donncha:
I noticed that after a period of time, the .htaccess file was missing in /wp-content/cache
I’m wondering if the plugin deleted it as part of a cache cleanup or something.
Edit: I just confirmed this on my test blog. After a period of no activity, I check the cache directory:
>ls -la
total 32
drwxr-xr-x 4 apache apache 4096 Nov 9 09:46 .
drwxrwxr-x 5 root apache 4096 Nov 8 09:57 ..
-rw-r--r-- 1 apache apache 81 Nov 9 09:40 .htaccess
drwxr-xr-x 2 apache apache 4096 Nov 9 14:03 meta
--snipped wp-cached content files--
Now, the directory listing after I request the home page:
>ls -la
total 20
drwxr-xr-x 4 apache apache 4096 Nov 9 14:03 .
drwxrwxr-x 5 root apache 4096 Nov 8 09:57 ..
drwxr-xr-x 2 apache apache 4096 Nov 9 14:03 meta
--snipped content files--
The .htaccess is indeed being removed.