FYI, I think I fixed it.
In the root .htaccess file, I deleted all four occurrences of the first rewrite condition:
RewriteCond %{REQUEST_URI} !^.*[^/]$
Instantly, the supercache worked. Now my site is lightning fast. Thanks!
FYI, I think I fixed it.
In the root .htaccess file, I deleted all four occurrences of the first rewrite condition:
RewriteCond %{REQUEST_URI} !^.*[^/]$
Instantly, the supercache worked. Now my site is lightning fast. Thanks!