Results 1 to 10 of 10

Vbseo uninstall question.

This is a discussion on Vbseo uninstall question. within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi Team, i am a freelancer Vbulletin coder. My job is to install Vbulletin and vb plugins e.g Vbseo . ...

  1. #1
    Junior Member
    Real Name
    Lallan
    Join Date
    Jul 2010
    Posts
    5
    Liked
    0 times

    Vbseo uninstall question.

    Hi Team,

    i am a freelancer Vbulletin coder. My job is to install Vbulletin and vb plugins e.g Vbseo.

    so i want to know everything about vbseo for example Vbseo uninstallation.

    i found this blog on google. it helped me a lot. but i also want to know that how can i revert URL rewrite rules for directory urls (VBSEO.com using)

    Code:
    like If you have your thread rewrite rules set as forum-name/threadid-threadname.html use the following .htaccess
      Code:
     RewriteEngine on 
    RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]
    please help me..

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    You can use basically the same thing, just change the first reg ex to match the currect strucuture

    RewriteRule [^/]+/([0-9]+)-[^/]+/
    and so forth

  3. #3
    Junior Member
    Real Name
    Lallan
    Join Date
    Jul 2010
    Posts
    5
    Liked
    0 times
    Thanks for the reply brian, but i give a test on it and it not worked. can you provide me full code?

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    try the 3rd code block from mert's blog post:

    Code:
    RewriteRule [^/]+/[^/]+-([0-9]+)/ http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]

  5. #5
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    4,012
    Liked
    13 times
    Hi Lallan,

    When you are installing a customer's vBSEO, you can ask them to add you to their Priority Support list. This will allow you to open Support Tickets on their behalf.

    We will be happy to provide more specific assistance in that method.

  6. #6
    Junior Member
    Real Name
    Lallan
    Join Date
    Jul 2010
    Posts
    5
    Liked
    0 times
    Thanks, it Worked..

  7. #7
    Junior Member
    Real Name
    Lallan
    Join Date
    Jul 2010
    Posts
    5
    Liked
    0 times
    last request, how to redirect www.domain.com/f1/ to showforum url?

  8. #8
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    try:

    Code:
    RewriteRule [^/]+/f([0-9]+)/ http://www.domain.com/forums/forumdisplay.php?f=$1 [L,R=301]

  9. #9
    Junior Member
    Real Name
    Lallan
    Join Date
    Jul 2010
    Posts
    5
    Liked
    0 times
    Its giving me 404 not found error
    Quote Originally Posted by Brian Cummiskey View Post
    try:

    Code:
    RewriteRule [^/]+/f([0-9]+)/ http://www.domain.com/forums/forumdisplay.php?f=$1 [L,R=301]

  10. #10
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    4,012
    Liked
    13 times
    Please have the person whose vBSEO you are working on add you to their priority support list.

    You will then be able to open Support Tickets on their behalf.

    As you are currently not showing as an owner or Priority Supporter, this thread will now be closed.

Similar Threads

  1. What happens if I uninstall vBSEO?
    By Grimmwor in forum General Discussion
    Replies: 11
    Last Post: 10-15-2010, 06:07 PM
  2. What happens if I uninstall VBSEO, right now?
    By MarketTimes in forum Troubleshooting
    Replies: 5
    Last Post: 10-22-2008, 12:33 AM
  3. Uninstall vBSEO
    By Carey2 in forum General Discussion
    Replies: 1
    Last Post: 06-01-2008, 04:47 AM

Posting Permissions

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