Results 1 to 4 of 4

few questions

This is a discussion on few questions within the General Discussion forums, part of the vBSEO SEO Plugin category; I bought vbseo license yesterday. i have forum installed on a folder above root. ex domain.com/forum I want to transfer ...

  1. #1
    Junior Member
    Real Name
    Ali
    Join Date
    Apr 2007
    Posts
    6
    Liked
    0 times

    few questions

    I bought vbseo license yesterday.
    i have forum installed on a folder above root. ex domain.com/forum
    I want to transfer it to domain.com before i install vbseo.
    Is it possible that link's to domain.com/forum/showthread.php?t=xxx automaticly redirect's to domain.com/showthread.php?t=xxx ?
    i think it's possible through .htaccess but i don't know how to do it.

    any help is appreciated.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Yes, you will have to create .htaccess file in forum/ folder after transferring forum to the root:
    Code:
    RewriteEngine on
    RewriteRule (.*) http://www.domain.com/$1 [L,R=301]

  3. #3
    Junior Member
    Real Name
    Ali
    Join Date
    Apr 2007
    Posts
    6
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Yes, you will have to create .htaccess file in forum/ folder after transferring forum to the root:
    Code:
    RewriteEngine on
    RewriteRule (.*) http://www.domain.com/$1 [L,R=301]
    that's all i will need to do?

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Yes.

Similar Threads

  1. Some, er, pre-sale questions. :)
    By FleaBag in forum Pre-Sales Questions
    Replies: 1
    Last Post: 12-02-2006, 10:13 PM
  2. A few questions
    By mikesilvia in forum Pre-Sales Questions
    Replies: 3
    Last Post: 11-13-2006, 06:11 AM
  3. Questions before purchasing...
    By Fork in forum Pre-Sales Questions
    Replies: 6
    Last Post: 10-21-2006, 05:26 PM
  4. Baisc SEO Questions.
    By Future in forum General Discussion
    Replies: 2
    Last Post: 03-21-2006, 12:42 PM
  5. Happy New Year and a couple of pre-installation questions
    By selwonk in forum General Discussion
    Replies: 18
    Last Post: 01-03-2006, 01:28 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
  •