Bob_R
Active member
I am going to move my XenForo installation from /forum to the root.
Is this the correct procedure?
- First I'm going to remove the original installation and move it/upload to the root.
- Then I'll update my account details in the customers area.
- Update the Board URL in the ACP -> Options -> Basic Board Information
-Add this line to .htaccess after the default XenForo rewrite rules:
RewriteRule ^forums/(.*)?$ /$1 [R=301,L]
Is this the correct order? Have I missed something? Am I doing something I do not need to?
Please advise. Thank you!
Is this the correct procedure?
- First I'm going to remove the original installation and move it/upload to the root.
- Then I'll update my account details in the customers area.
- Update the Board URL in the ACP -> Options -> Basic Board Information
-Add this line to .htaccess after the default XenForo rewrite rules:
RewriteRule ^forums/(.*)?$ /$1 [R=301,L]
Is this the correct order? Have I missed something? Am I doing something I do not need to?
Please advise. Thank you!