tags:

views:

21

answers:

1

How to :

domain.com.ua/e107_plugins/forum/forum_viewtopic.php?847 redirect to domain.com.ua/blog.php?blog=1847

  • 847 + 1000- it's new ID valud.

Thank you

A: 

Use RewriteMap with awk '{ print $0 + 1000 ; fflush() }'.

Ignacio Vazquez-Abrams