I\'m trying to redirect a series of static URLs, and I want it to work whether or not the trailing slash is present:
/foo/bar ---> /tacos /foo/bar/ -->
This also works: RedirectMatch 301 /foo/bar(/.*|$) http://url.com/tacos
RedirectMatch 301 /foo/bar(/.*|$) http://url.com/tacos