View Single Post
Old 11-21-2005, 03:04 AM  
fallenmuffin
Confirmed User
 
fallenmuffin's Avatar
 
Industry Role:
Join Date: Nov 2005
Posts: 8,170
Do NOT duplicate the page that will get you penalized/banned for duplicate content.

Have a single php file on domain.com and domain2.com named index.php and inside do a proper 301...
PHP Code:
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.domain1.com");
exit(); 
fallenmuffin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote