Results 1 to 8 of 8

Redirecting to vB deftault pages after disabling vbSeo.

This is a discussion on Redirecting to vB deftault pages after disabling vbSeo. within the General Discussion forums, part of the vBulletin SEO Discussion category; Currently I have vBSEO installed in my vB system but I'm thinking of disabling it. So the problem will be ...

  1. #1
    K4L
    K4L is offline
    Member
    Real Name
    kyokushin
    Join Date
    May 2007
    Posts
    36
    Liked
    0 times
    Blog Entries
    1

    Question Redirecting to vB deftault pages after disabling vbSeo.

    Currently I have vBSEO installed in my vB system but I'm thinking of disabling it. So the problem will be my links in other websites linking to the vBSEO'd links in my sites. These links will no longer work. So I was wondering if there is a way to keep these links alive so these links will automatically redirect to the default vB links such as
    /forum/showthread.php?t=293773

    Thank you.

  2. #2
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    If you used IDs (forumIDs, etc.) in your URL formats, I guess the vBSEO staff can provide you with the .htaccess rules required to redirect the traffic back to your stock vBulletin URLs.

    But: Why are you removing/disabling it ?

  3. #3
    K4L
    K4L is offline
    Member
    Real Name
    kyokushin
    Join Date
    May 2007
    Posts
    36
    Liked
    0 times
    Blog Entries
    1
    My vBSEO links are like this.
    .com/forums/category/7980-blah-blah-blah.html

    Will this be a problem?

    Reason I'm removing vbSEO is that I just want to go back to the default vBulletin. I would like to believe that vBSEO helped a lot but it's time for me to move on.

  4. #4
    K4L
    K4L is offline
    Member
    Real Name
    kyokushin
    Join Date
    May 2007
    Posts
    36
    Liked
    0 times
    Blog Entries
    1
    After turning off vBSEO all my vBSEO links become dead and display "Page not found". Is there any way to redirect to the correct page or simply redirect to the homepage?

    Any advices are appreciated.

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    You can create .htaccess file with:
    Code:
    RewriteEngine on
    RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]

  6. #6
    K4L
    K4L is offline
    Member
    Real Name
    kyokushin
    Join Date
    May 2007
    Posts
    36
    Liked
    0 times
    Blog Entries
    1
    Quote Originally Posted by Oleg Ignatiuk View Post
    You can create .htaccess file with:
    Code:
    RewriteEngine on
    RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]
    Superb. Thank you. I will try it out when I get a chance.

  7. #7
    K4L
    K4L is offline
    Member
    Real Name
    kyokushin
    Join Date
    May 2007
    Posts
    36
    Liked
    0 times
    Blog Entries
    1
    I just would like to comment that I wasn't happy about their response speed..
    No response for 3 days and waiting. Hopefully I will get some response today.

    cheers.

  8. #8
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Replied to your ticket.
    The Forum Hosting - Forum Hosting from the Forum Experts

Similar Threads

  1. URGENT - disable vbseo not disabling
    By hornstar6969 in forum Troubleshooting
    Replies: 5
    Last Post: 12-08-2007, 05:35 PM
  2. redirecting errors on last pages of multi-paged threads
    By firstimecaller in forum Bug Reporting
    Replies: 14
    Last Post: 07-17-2007, 07:21 PM
  3. Redirecting vbseo from root to subfolder?
    By I, Brian in forum General Discussion
    Replies: 3
    Last Post: 03-15-2007, 02:33 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
  •