In order to eliminate duplicates from search engine indexes and to make things neat overall, I’m removing all trailing slashes out of my urls by adding this .htaccess code:
RewriteCond $1 !^(index\.php)
RewriteRule ^(.+)/$ http://%{HTTP_HOST}/$1 [R=301,L]However, this causes a complete inability to post comments via the comment form.
Has anyone heard of this one? Any thoughts?