Moving my forums from a subdomain like forums.site.com
to site.com/forums
what should i do to make sure all 301 re-directs are set up etc
This is a discussion on Moving my forums within the General Discussion forums, part of the vBSEO SEO Plugin category; Moving my forums from a subdomain like forums.site.com to site.com/forums what should i do to make sure all 301 re-directs ...
Moving my forums from a subdomain like forums.site.com
to site.com/forums
what should i do to make sure all 301 re-directs are set up etc
Hello Glen,
you should add the following in your forums .htaccess right after "RewriteEngine on" line:
Code:RewriteCond %{HTTP_HOST} !www\.site\.com RewriteRule (.*) http://www.site.com/forums/$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!