Redirect the profile link to Wordpress/buddypress profile page?

Is this possible? I don't want to use the vanilla profile page and others feats, instead I want to use the Wordpress/buddypress profile page.
Tagged:
0
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
Yes I am using ProxyConnect
I want to use both buddypress and vanilla. But Having two profile page or profile area confuse the users. I just want to get rid of the Vanilla profile page and instead link it to buddypress profile.
Example:
Vanilla profile link: http://mysite.org/profile/8366/weblogian
Buddypress profile Link: http://mysite.org/members/weblogian
What I want is to change/redirect the Vanilla profile link to Buddypress profile .
I read about:
<?php
// Include Wordpress
define('WP_USE_THEMES', false);
require('./blog/wp-load.php');
query_posts('showposts=1');
?>
But couldn't do it myself till now