Results 1 to 8 of 8

pagerank leak not solved by vbseo?

This is a discussion on pagerank leak not solved by vbseo? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I have a problem. vBseo solved the /index.php leak for forumhome. But there is another huge pagerank leak on our ...

  1. #1
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times

    Question pagerank leak not solved by vbseo?

    I have a problem. vBseo solved the /index.php leak for forumhome. But there is another huge pagerank leak on our site.

    We changed the domain for the board from

    PHP Code:
    http://www.mydomain.com/forum/    [OLD URL] 
    to

    PHP Code:
    http://forum.mydomain.com/     [NEW URL] 
    So we want it to be as a subdomain of the site. But the old url is still accessable, because the subdomain map 'forum' is there.

    How can we get vbseo to safely redirect the old URL to the new subdomain, without losing pagerank please?

    Thank you.
    Last edited by dutchbb; 02-26-2006 at 01:53 AM.

  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,

    you can use the following rewrite rule at the top of your .htaccess in forum/ folder (right after "RewriteEngine on" line):
    RewriteCond %{HTTP_HOST} !forum\.mydomain\.com
    RewriteRule ^(.*)$ http://forum.mydomain.com/$1 [L,R=301]
    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
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    ah, thanks

  4. #4
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    Oleg I tried to use this in the HTTPD file but it doesn't seem to work?

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

    did you restarted apache? Is it working when entered n .htaccess file?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #6
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    I did restart apache. Didn't try it in htaccess, need to clean out the httpd to test that. I will get back to you.

  7. #7
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    I've tested it and it works perfect in the htaccess file...

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Great! PM sent regarding httpd.conf.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 10:29 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-09-2005, 12:00 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
  •