Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Just wanted to say that I’ve had this problem for a while now too with Recaptcha v3. I originally thought I had some other problem with my theme or php installation or something because the contact forms just wouldn’t work. After fiddling with things, and turning off recaptcha though, they immediately started working.

    Worth noting that they were working for quite some time without me changing anything. I don’t know what Google or other WordPress update may or may not have caused the new failure. Would love a solution that doesn’t require me to go to a previous version of the plugin or old recaptcha system

    I grabbed the latest dev version this morning and tested it out. It seems to be working correctly now and does not remove the .htaccess file.

    Thanks
    -Dennis

    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.

    Actually, after I went back and tried it again, it worked. I may have done something to invalidate the cache without recreating it the first time.. like posting a comment or something. I noticed that editing articles deletes the cache (as it should) and I may have not realized that I deleted it. That’s just a hypothesis though. Either way, it is working just fine now.

    Thanks
    -Dennis

    A side note, I’m not sure if I needed to enable or disable the plugin for any changes to take effect. That my have been my problem but I didn’t get a .htaccess file automatically created either.

    Edit: I was looking in the supercache directory and the .htaccess is in the cache directory.

    -Dennis

    I’m not sure why, but I upgraded to the development version, changed the wp- to wp-.*.php, changed my slug back to the way it was, deleted my cache, and then revisited the pages and the cache was not regenerated for those pages. I switched back to 0.3.1 for the time being. I’ve got another blog I can test changes on a little easier if needed.

    Edit: This did actually work on another blog I’m testing so the development version seems to be pretty solid.

    -Dennis

    My solution:

    <Location /wp-content/cache/supercache/>
    AddEncoding x-gzip .gz
    AddType text/html .gz
    </Location>

    The complete post:
    http://allmybrain.com/2007/11/08/making-wp-super-cache-gzip-compression-work/

Viewing 7 replies - 1 through 7 (of 7 total)