How can I move my installation to a different directory?
Update the
Board URL in the
ACP -> Options -> Basic Board Information and move the files to the new directory (or rename the directory). You may need to restart the server for the change to take effect.
Note that redirection will be required to ensure any existing links continue to work.
For example, if the installation is moved from the /community directory to the root, the following line needs to be added to the .htaccess file, after the default XenForo rewrite rules:
Code:
[RewriteRule ^community/(.*)?$ /$1 [R=301,L]