Forum Moderators: phranque
Problem URL: -c-0_240_274.html
I would like to rewrite these duplicate URL's so that the -c-0_240_274.html would be -c-240_274.html.
Hopefully somebody can tell me the syntax.
Thank you in advance!
RewriteRule ^(-[a-z]-)[0-9]+_([0-9]+_[0-9]+)\.html$ /$1$2.html [L]
For more information, see the documents cited in our forum charter [webmasterworld.com] and the tutorials in the Apache forum section of the WebmasterWorld library [webmasterworld.com].
Jim