vBulletin Search Engine Optimization
This is a discussion on Need some help here. within the General Discussion forums, part of the vBSEO SEO Plugin category; How can I get vBSEO to work on my main page: http://www.alanwake.net/ my forum is here: http://www.alanwake.net/forum/ I know that ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
| Need some help here.
How can I get vBSEO to work on my main page: http://www.alanwake.net/ my forum is here: http://www.alanwake.net/forum/ I know that you can move all the forum to the main directory but basically I've been running the site for too long to do that now, plus it's too much work EDIT: Unless you guys think it's better (SEO wise) to have everything under the root directory, then I can do it like that. Last edited by ADM; 10-06-2005 at 08:36 AM. |
|
#2
| ||||
| ||||
| Re: Need some help here.
Ok nevermind about this.. I've decided to move it all to the root directory.. so it'll be forums.php instead of /forum/
|
|
#3
| ||||
| ||||
| Re: Need some help here.
Hi, do not forget to add an additional rewrite rule (above all others rules, right after "RewriteEngine on"): Code: RewriteRule ^forum/(.*)$ $1 [L,R=301]
__________________ 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. |
|
#4
| ||||
| ||||
| Re: Need some help here.
Excellent! Thanks for that.
|