Try adding this to the htaccess file in your document root:
RewriteEngine On
RewriteRule ^(.*)?(.*)$ /$1a$2 [L,R=301]
RewriteRule ^(.*)?(.*)$ /$1e$2 [L,R=301]
RewriteRule ^(.*)?(.*)$ /$1s$2 [L,R=301]
RewriteRule ^(.*)?(.*)$ /$1c$2 [L,R=301]
RewriteRule ^(.*)ó(.*)$ /$1o$2 [L,R=301]
etc.
This redirects a URL like:
http://yourdomain.com/po?cielówka
and redirects the browser to:
http://yourdomain.com/poscielowka
as long as the /poscielowka
URI actually exists.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…