Rewrite rule to rename "parent page" with a lot of sub pages

Hey All,

I’m rearranging a few things and need the following:

www.site.com/about/news-archive
www.site.com/about/news-archive/page/1
www.site.com/about/news-archive/page/2
www.site.com/about/news-archive/page/3

…and so on, to redirect to the following:

www.site.com/news-blog
www.site.com/news-blog/page/1
www.site.com/news-blog/page/2
www.site.com/news-blog/page/3

…etc.

Thanks in advance for any pointers and inputs.

Best regards,
A

You’ll find a good tutorial to mod_rewrite at http://dk.co.nz/seo

HTH

Thank, I’ve actually looked there and already tried the following:

RewriteRule ^about/news-archive/([a-z/.]+)$ news-blog/$1 [R=301,L]

But that doesn’t work…?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.