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