Hi..
i want to change the forum root from
http://www.domain.com/vb/
to
http://www.domain.com
will that make problem with my vBseo
because vBseo asking for forum root
Thanks
Nofeai
This is a discussion on Can i change the forum root? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi.. i want to change the forum root from http://www.domain.com/vb/ to http://www.domain.com will that make problem with my vBseo because ...
Hi..
i want to change the forum root from
http://www.domain.com/vb/
to
http://www.domain.com
will that make problem with my vBseo
because vBseo asking for forum root
Thanks
Nofeai
You would just need to open a support ticket so that we can update your license. Then you'll be all set.
thanks
but how to redirect the thread & forum url from
for exaple from
http://www.domain.com/vb/showthread.php?t=2
to
http://www.domain.com/showthread.php?t=2
without redirecting to the main forum page
Thanks in advance
You will add the following in vBSEO's .htaccess in domain root right after "RewriteEngine on" line:
Code:RewriteRule ^vb/(.*) http://www.domain.com/$1 [L,R=301]
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
which .htaccess
the one under
http://www.domain.com/vb/.htaccess
or
http://www.domain.com/.htaccess
thanks
you must put this under http://www.domain.com/.htaccess
And the ^vBulletin/ should be your old directory name. The letters V B here are converted to vBulletin in posts.
do you mean i should change the vBulletin/
to
v b/ (with no space)
as my old forum root
http://www.domain.com/v b
so the code will be like that
+ converting the domain.com to my site domainPHP Code:RewriteRule ^v b/(.*) http://www.domain.com/$1 [L,R=301]
am i right?
Thanks
i don`t know why i can type my forum root in the code
v b
Yes, that is correct (this is acronym expansion function that converts it to "vBulletin" here).do you mean i should change the vBulletin/
to
v b/ (with no space)
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!