philmckrackon
Well-known member
I'm slowly learning rewrites but could use some help to work from.
I'm trying to rewrite VB SEO custom urls to stanndard VB so the "XenForo Redirects for vBulletin" 1.1.9 addon will work.
I need to go from
to
Can I get an example of a working rewrite to do this and a good rewrite tester?
I have gotten as far as
matches
forums/f99 in th below url.
Thanks,
I'm trying to rewrite VB SEO custom urls to stanndard VB so the "XenForo Redirects for vBulletin" 1.1.9 addon will work.
I need to go from
to
Can I get an example of a working rewrite to do this and a good rewrite tester?
I have gotten as far as
Code:
forums\/f\d{0,9}\/
forums/f99 in th below url.
Code:
http://www.jeep-cj.com/forums/f99/76-77-cj-heater-cables-22436/
Thanks,