Results 1 to 3 of 3

Redirect

This is a discussion on Redirect within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, My board is installed in the root. I have old pages (not board related) that I redirect to new ...

  1. #1
    Junior Member
    Join Date
    Sep 2005
    Posts
    8
    Liked
    0 times

    Smile Redirect

    Hi,

    My board is installed in the root. I have old pages (not board related) that I redirect to new pages using the same .htaccess as vBSEO.

    Example:
    HTML Code:
    Redirect 301 /old-page.html http://www.domain.com/new-page.html
    I get redirected fine, but on my address bar it shows as:
    HTML Code:
     http://www.domain.com/new-page.html?vbseourl=old-page.html
    What and how do I remove the "?vbseourl=old-page.html" part?

    Thanks

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    try to use the following instead:
    RewriteRule ^old-page\.html$ http://www.domain.com/new-page.html [L,R=301]
    (right after the "RewriteEngine on" line)
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Junior Member
    Join Date
    Sep 2005
    Posts
    8
    Liked
    0 times
    Perfect!

Similar Threads

  1. Redirect error
    By phkk in forum Troubleshooting
    Replies: 5
    Last Post: 04-17-2006, 03:47 PM
  2. Redirect index.php?blablablabla
    By googledave in forum Custom Rewrite Rules
    Replies: 9
    Last Post: 02-06-2006, 09:45 PM
  3. Best way to redirect when moving URLS?
    By Spitfire in forum General Discussion
    Replies: 1
    Last Post: 11-03-2005, 09:50 AM
  4. Best way to redirect my old forum to vb using 301
    By Bellinis in forum General Discussion
    Replies: 11
    Last Post: 10-29-2005, 10:03 PM
  5. Incorrect 301 redirect?
    By SEO Report in forum Bug Reporting
    Replies: 2
    Last Post: 08-25-2005, 01:14 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
  •