Here's the .htaccess fix (untested):
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.)/$
RewriteRule ^(.)$ http://%{HTTP_HOST}/$1/ [L,R=301]
Here's the .htaccess fix (untested):
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.)/$
RewriteRule ^(.)$ http://%{HTTP_HOST}/$1/ [L,R=301]