You want to move all your files from /public_html/forums/ to just /public_html/ and then delete your forums folder/ Be sure to also remove the URL in home page link so you don't have a double tab and change your board url to just your domain.
You want to move all your files from /public_html/forums/ to just /public_html/ and then delete your forums folder/ Be sure to also remove the URL in home page link so you don't have a double tab and change your board url to just your domain.
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]
I went from lethalitygaming.com/forums to just lethalitygaming.com Seems all forums work, but anything that had links, like in the Taigachat box, are all broke.
I went from lethalitygaming.com/forums to just lethalitygaming.com Seems all forums work, but anything that had links, like in the Taigachat box, are all broke.