Wild Bronco
04-13-2010, 10:28 AM
I have just finished setting up vB4 Suite. Now I have a small problem vBulletin was in was d:wwwroot/forum and some search engine links Point to http://www.domain.com/forum/member.php?u=1
Is there a way to redirect all request to the old /vb_forum dir to the new vb_root?
Can somthing be added to this code that I put in my old vb_forum dir or...
<?php
header( 'Location: http://www.domain.com/content.php' ) ;
?>
Is there a way to redirect all request to the old /vb_forum dir to the new vb_root?
Can somthing be added to this code that I put in my old vb_forum dir or...
<?php
header( 'Location: http://www.domain.com/content.php' ) ;
?>