because some people link to http://domain.com and http://www.domain.com isnt it true that the pr is split up?
If so is there a way to channel it to one or the other
AC
If so is there a way to channel it to one or the other
AC
<?php
header('HTTP/1.1 301 Moved Permanently');
header('Location: '.$url);
exit;
?>
Comment