XF 1.3 301 redirects

Crimson

Active member
Licensed customer
How do you move a whole forum to a new domain using 301 redirects?

All the files have been copied and requires the 301 redirects to complete the domain change.
 
Add these rules to the top of the .htaccess file in the web root of mangaforums.org:

Code:
RewriteEngine On

RewriteRule ^(.*)$ http://otakuregion.com/$1 [R=301,L]
 
Back
Top Bottom