Brent, as a matter of fact, I AM using html5 boilerplate, but I’m not using the .htaccess file that comes with it. But you did point me to the exact part of my .htaccess file that was causing the problem. It’s basically the same part…If I remove this:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5}|/)$
RewriteRule ^(.*)$ $1/ [L,R=301]
..then comments start working again.
Sue, I think the above solves the problem, becuase I don’t think I even need those lines in my .htaccess files. When I said not posting, I meant that the the page just reloads on submit and no comment gets added to the entry at all (in the CP or on the frontend).
Anyway, I think it’s all good, thanks so much for your help guys!