Ques/Help Redirect from /forums/ to root

M

Mr Lucky

Guest
I have one forum that is installed in /forums/ but I now need to move it to the root.

Normally I would use this in .htaccess
Code:

RewriteRule ^forums/(.*)$ /$1 [R=301,NC,L]
but of course that messes with the xenForo path for the forum list and the forums themeselves, and so the Forums tab just gets redirected to the home page.

I have a route filter changing forums/ to forum/ . This allows the forum navigation tab to work, but any external inbound links with /forums/ don't work


(Obviously a...

Read more

Continue reading...