Lets say i have a site with 30 different niches.. and for every niche i have like 10 sites... I.e. CARS... i have to 10 sites about car info... and i want to organize my traffic... so for example on every one of my car pages i have a link that says "click here for more info about cars" ... and it links to www.mydomain.com/cars.php and cars.php will just redirect my traffic to whatever new sponsor i want to try, or wherever i want to send my car traffic to using this php code <? Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: http://www.DOMAIN-I-WANT-TO-SEND-TO.com" ); ?> Is there any problem in doing this? Will the pages not get SE traffic anymore? and help would be greatly appreciated