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/ -->
Try
RewriteRule ^foo/bar/?$ http://url.com/tacos