I'd be very grateful for some help with the following issue. I have checked extensively and been unable to find a solution elsewhere.
Where "XX" can be any single digit or double digit number from 1 through 99, I would like Apache to redirect/rewrite the following pattern:
http://mysite.com/term1/XX/some-title
to
http://mysite.com/term1/some-title
The objective here would be to strip out the XX, while preserving what is on either side of it.
"Term 1" could be one of five different, set alphabetical expressions; some title could be almost any number letter combination.
Many thanks for any advice or insights.