RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule ^(.*[^/])$ /$1/ [L,R=301]
When I'm using this to adding slash at the end it is redirecting like example.com//
But I want to redirect my url
 www.example.com 
to
 www.example.com/
Can any one suggest me how to do this?
 
     
    