i run wp-super-cache 0.6 on my wordpress 2.5 blog.
is it possible to edit the .htaccess file, so that wp-super cache pages are served also to logged in users, the admin and people who have left a comment?
can i achieve that by deleting the following lines from the htaccess file?
RewriteCond %{HTTP_COOKIE} !^.*comment_author_.*$
RewriteCond %{HTTP_COOKIE} !^.*wordpressuser.*$
RewriteCond %{HTTP_COOKIE} !^.*wp-postpass_.*$
thx