Gri
Active member
Hi, we are changing our forum's domain name. We simply transfer our site's /forum folder to another domain's root folder. For this, I'm planning to use a .htaccess redirect but I'm not sure, so decided to ask you. Is this line from this topic OK for me?
For example, I want to redirect all the links of https://xyz.com/forum to https://abc.com
Is this code works for us or shoul I do something different?
Thank you very much.
Code:
Redirect permanent /forums http://domain.com/community
For example, I want to redirect all the links of https://xyz.com/forum to https://abc.com
Is this code works for us or shoul I do something different?
Thank you very much.