MyBB Community Forums

Full Version: URL from phpbb to mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys, 

I have problem. I need migration url from phpbb to mybb. I write rule in .htaccess, but does not work.

my link in phpbb
/przedstaw-si/przedstaw-si-t10.html

my link in mybb
/watek-przedstaw-się

my rule in .htaccess
RewriteRule ^watek\-([^./]+)$ przedstaw-si\/([a-z-]+)\t([0-9]+)\.html [R=301,L,QSA]

Is that possible? What is wrong?