How can I fix the redirection for the domain i parked? I like to use http://www.domain.com rather than http://domain.com. and is there a difference if I don't use redirection.
ajviloria said:but i have applied it in a domain parking. how can i put that code in the root folder?
<?php $URL="http://sedoparking.com/domain.com";
header ("Location: $URL");
exit();
?>
ajviloria said:I am using sedo, and my hosting is dreamhost. can I still do that, im still a newbie with this parking stuff..