I am updating the naming conventions on some old urls. I am using htaccess to redirect to the new urls.
I have some urls that use plus signs and these do not seem to want to redirect. For example:
RedirectMatch 301 (.*)-C++-Programming-Tutorial-C++-Seminar\.htm$ http://www.domain.com$1-C++-Training-Course.htm
Thanks!