I changed my forum from kunena to phpbb3. Problem is that my old forum (that is indexed in google) has special characters in urls. I want to keep my urls, so old link works with new forum - but only when special characters are replace with normal letters.
I need to use htaccess to convert characters on the fly.
for example
ą => a
ę => e
ś => s
ć => c
so in words letters will be replaced like this
pościelówka => poscielowka
Can someone help me with that? p.s. sorry for bad English ;)