I am working on an Expression Engine site and the URLs end as follows:
http://www.mydomain.com/education/new-courses
I need to be able append a forward slash after just this one link, so that it looks like this:
http://www.mydomain.com/education/new-courses/
I am looking for an appropriate ReWrite rule that would add the necessary /. Thanks.