I have read several messages in this forum about the path trimming macros but I can't get any arrangement to work for me. I want to substitute just a middle part of the URL with a corrected part.
The old URLs are of the form:
www.mysite.com/OldSectionName/ArticleNameThatRemainsTheSame
I would like to transform them to:
www.mysite.com/NewSectionName/ArticleNameThatRemainsTheSame
My
From URL is:
OldSectionName
The
To URLs might take the form:
http://{siteurl}NewSectionName{pathltrim OldSectionName}
I have tried pathltrim, pathrtrim. I have put the NewSectionName before and after the pathxtrims. Sometimes the OldSectionName gets removed but there is no substitution. Most often the NewSectionName gets repeated until the redirect loop terminates.
Can you explain what the path trimming macros are supposed to do and how I get them to work in this substitution?
ReDJ Version 1.5.3 Community