Topic: [Solved] Redirect old URL

Hello.

I recently upgraded to Punbb 1.3 and I would like to redirect my old URLs. They were rewritten like this
/subject-123-keywords

and now I use the "File_based_(fancy)" rewrite method (/topic123-keywords.html).

Is there a way to redirect permanently (301) the old URLs?

The problem is old URLs are always in Google (with the new, after almost two months) despite my new sitemap and 404 errors on old URLs.

Thank you.

Re: [Solved] Redirect old URL

As you told me on the [url=http://punbb-a.keydogbb.info[/url]french language forum[/url], this is the solution

RedirectMatch permanent /forum/sujet(.*) http://www.example.net/forum/topic$1

Thanks.