After changing my permalinks from www.site.com/article/ to www.site.com/article , I am seeing duplicate content on GWMT. I tried solving it by having this code on htaccess.
RewriteCond %{HTTP_HOST} !^\.site\.com$ [NC]
RewriteRule ^(.+)/$ http://%{HTTP_HOST}/$1 [R=301,L]
Am I doing the right thing? Thanks in advance.