Hello, in .htaccess i have while /Introductions/5-abc-def/ should be redirected to /showthread.php?t=5-abc-def that would work, but the Redirect 301 (no matter if located above or below) gets favored and instead redirects /Introductions/5-abc-def/ to /forumdisplay.php?1-Introductions Please how my htaccess rules should look like so that it redirect as i have mentioned it should + i can also manually redirect /Introductions ?
If i am not mistaken, one solution may be to replace: by: I do not know if it is 100% or why/if ^ ? $ have to be used, at it seems to be working with the mentioned RewriteRule.