Results 1 to 10 of 10

Can i change the forum root?

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 ...

  1. #1
    Member
    Real Name
    A Al Nofeai
    Join Date
    Jan 2007
    Location
    Saudi Arabia
    Posts
    69
    Liked
    0 times

    Can i change the forum root?

    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

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    You would just need to open a support ticket so that we can update your license. Then you'll be all set.

  3. #3
    Member
    Real Name
    A Al Nofeai
    Join Date
    Jan 2007
    Location
    Saudi Arabia
    Posts
    69
    Liked
    0 times
    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

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    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]

  5. #5
    Member
    Real Name
    A Al Nofeai
    Join Date
    Jan 2007
    Location
    Saudi Arabia
    Posts
    69
    Liked
    0 times

  6. #6
    Senior Member
    Real Name
    Samo
    Join Date
    Jan 2006
    Location
    Slovenia
    Posts
    118
    Liked
    0 times
    you must put this under http://www.domain.com/.htaccess

  7. #7
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    And the ^vBulletin/ should be your old directory name. The letters V B here are converted to vBulletin in posts.

  8. #8
    Member
    Real Name
    A Al Nofeai
    Join Date
    Jan 2007
    Location
    Saudi Arabia
    Posts
    69
    Liked
    0 times
    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

    PHP Code:
    RewriteRule ^v b/(.*) http://www.domain.com/$1 [L,R=301] 
    + converting the domain.com to my site domain

    am i right?

    Thanks

  9. #9
    Member
    Real Name
    A Al Nofeai
    Join Date
    Jan 2007
    Location
    Saudi Arabia
    Posts
    69
    Liked
    0 times
    i don`t know why i can type my forum root in the code
    v b

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    do you mean i should change the vBulletin/
    to
    v b/ (with no space)
    Yes, that is correct (this is acronym expansion function that converts it to "vBulletin" here).

Similar Threads

  1. VBSEO crashing new server
    By MentaL in forum Troubleshooting
    Replies: 20
    Last Post: 12-11-2005, 06:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •