RedirectInfo.com
Home
Apache Redirects
NGiNX Redirects
Blog
Redirect from no slash URL to URL with slash
RewriteCond %{REQUEST_URI} !(/$|\.)
RewriteRule (.*) %{REQUEST_URI}/ [R=301,L]