Hello,
how can I 301 redirect from mydomain.com/forum/
to a new domain.com
(where the forum is now on main folder)?
thanks in advance![]()
This is a discussion on 301 Redirect from Domain Folder to Domain within the General Discussion forums, part of the vBulletin SEO Discussion category; Hello, how can I 301 redirect from mydomain.com/forum/ to a new domain.com (where the forum is now on main folder)? ...
Hello,
how can I 301 redirect from mydomain.com/forum/
to a new domain.com
(where the forum is now on main folder)?
thanks in advance![]()
You should create .htaccess file in mydomain.com/forum/ folder:
Code:RewriteEngine on RewriteRule .* http://www.newdomain.com/$1 [L,R=301]
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!