vBulletin Search Engine Optimization
This is a discussion on /forum to forum. within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi, I am currently getting a site ready for launch and I have decided to have the forum at forum.mysite.com ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| /forum to forum.
Hi, I am currently getting a site ready for launch and I have decided to have the forum at forum.mysite.com instead of mysite.com/forum. The only problem I am having, is that when I set the subdomain up via CPanel, it makes the domain accessible via forum.mysite.com and mysite.com/forum. How would I go about redirecting anyone who goes to mysite.com/forum to forum.mysite.com? Cheers, Ross |
|
#2
| ||||
| ||||
|
You should setup 301 redirect as described in 301 Redirecting Domains Do not forget to update your licensed vBSEO URL via support ticket: https://www.vbseo.com/tickets/
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#3
| |||
| |||
|
Thanks for that. So just to confirm, in my forum file I should put: Code: RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.mysite\.com
RewriteRule (.*) http://forum.mysite.com/$1 [R=301,L]
Code: RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.mysite\.com
RewriteRule (.*) http://forum.mysite.com/$1 [R=301,L]
Ross |
|
#4
| ||||
| ||||
|
Domain names in rewrite condition and rewrite rule must be the same. For the forum: Code: RewriteEngine On
RewriteCond %{HTTP_HOST} !^forum\.mysite\.com
RewriteRule (.*) http://forum.mysite.com/$1 [R=301,L]
Code: RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.mysite\.com
RewriteRule (.*) http://www.mysite.com/$1 [R=301,L]
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| My VBulletin-vBSEO Forum: DN For United Mankind Forum | vBSEO Blogger | Member Blogs | 0 | 03-05-2008 10:00 AM |
| Forum Archive Ranks higher than forum homepage in Yahoo | petforums | General Discussion | 3 | 11-16-2007 08:35 PM |
| /forum urls resolving to /forum/forum | Jonathan | Bug Reporting | 7 | 08-03-2005 03:19 AM |