Crimson Active member Aug 14, 2014 #1 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.
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.
Jake Bunce Well-known member Aug 14, 2014 #4 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] Upvote 0 Downvote
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]