Migrating SMF from One Domain to Other

By Webmaster - Last updated: Tuesday, September 29, 2009 - Leave a Comment

Recently I had to migrate a SMF Forum hosted on one domain to another. In this process the servers also changed as both the domains are hosted on different servers. Assume, abc.com/forum is the original site hosting the SMF forum and was migrated to xyz.com/forum

Where to start ? SMF Community has done a good job in documenting the migration process which you have to read it carefully.

Here is what I did,

Once you are done with the migration, you need to do some SEO so that your old forum search engine rankings are passed on to the new one. Create or edit .htaccess file on abc.com and add
RedirectPermanent /forum http://www.xyz.com/forum

You cannot access your old forum by browser because of the .htaccess file as it will redirect to the new forum.

Posted in web-software • • Top Of Page

Write a comment