Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Stefania Sperandio Posted August 25, 2015 Posted August 25, 2015 Hello,I have a community that you can reach at http://www.metalgearweb.it/test/ and I wish to move it to http://www.metalgearweb.it/forum/ .How can I do this? It would be nice if you could also give me some hints about how to manage the redirects via .htaccess.Thank you in advance.
BomAleold Posted August 25, 2015 Posted August 25, 2015 try to rename test folder to forum and edit conf_global.php change url test to forumhtaccess
Jim M Posted August 25, 2015 Posted August 25, 2015 try to rename test folder to forum and edit conf_global.php change url test to forumPlus ensure that your File Configuration and settings have been updated to reflect the new path/URL (if needed).For .htaccess, you would want to use something like:RewriteRule ^old/(.*)$ /new/$1 [L,R=301]Of course fill in "old" and "new" with your corresponding directories.
Woodsman Posted August 25, 2015 Posted August 25, 2015 (From Rhett via a PM)I just moved another one today, all that is needed even with a url/domain change is the following. Copy filesbackup and restore databaseedit conf_global.php file with new db info and urlLog into acp and run the support toolDone!By the numbers this works perfectly.In your case it should be rename your site directory from test to forum. Then edit the conf_global.php as above. Log into the ACP and run the support tool...Good Luck...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.