View Single Post
Old 07-13-2004, 01:06 AM  
Trax
[----------------------]
 
Join Date: Aug 2001
Posts: 14,486
Quote:
Originally posted by JulianSosa
I am no SEO but there is not way to pass it from what I know. A subdomain is like a different domain.
you know shit what youre talking about
either put up a 301 htaccess redirect

or use this php code and a like:

PHP Code:
<?php 
header
('HTTP/1.1 301 Moved Permanently'); 
header('Location: '.$url); 

exit; 
?>
google strongly supports those 301s and credits you your PR
Trax is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote