Otto42 – thanks for the reply. The wp-cache issue is actually a secondary. I’m getting the above error with wp-cache disabled.
This seems like a workaround but I modified the rewrite rule from this:
RewriteRule . /index.php [L]
To this:
RewriteRule .*/$ /index.php [L]
That seems to fix the problem.