

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !newdomain.com$ [NC]
RewriteRule ^(.*)$ http://newdomain.com/$1 [L,R=301]
pagerank should be transferred as well because googlebot will follow the rewrite :tu:weblord said:im not sure if pr can be transferred but the traffic can.
shockie said:pagerank should be transferred as well because googlebot will follow the rewrite :tu:
shockie said:301 redirect via .htaccess is the way to go.
first thing you should do is make a (sql) backup of the entire forum. then put this in your htaccess file, or create one if necessary:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !newdomain.com$ [NC]
RewriteRule ^(.*)$ http://newdomain.com/$1 [L,R=301]
cache said:Do you think I would loose my page rank and links because of moving to a subdirectory /forums/ ?
mwzd said:I don't think so but don't honestly know for sure.
But why not use the root? Unless of course you want to embed the forum.
If the redirect works fine, don't see why the PR shouldn't transfer though.

