hi there,
would the following additions the rewrite conditions in the .htaccess file solve these problems?
RewriteCond %{REQUEST_URI} !^.*/$
RewriteCond %{REQUEST_URI} !^.*//.*$
in theory this should reject URLs that contain either a missing or multiple trailing slashes, so the user shouldn’t receive a ‘super cached’ page, and wordpress should then handle the 301/302 redirect.
thanks,
andy