Adding a Trailing "/" to WordPress Permalinks
Problem: WordPress shows pages, categories, author pages, etc. without an ending '/'.
/about instead of /about/.
/category/htaccess instead of /category/htaccess/.
Solution: Either hook into the user_trailingslashit
filter, or use some htaccess RedirectMatch