January 4, 200917 yr Hi there. I need a simple php script that when users visit my domain, it takes them to another site, this site being www.teessidemusiclive.wordpress.com. I know nothing of PHP and i really need your help. Thank you in advance.
January 4, 200917 yr First you need to make an index.php file, then paste the following in it <?php $redirect="http://www.teessidemusiclive.wordpress.com"; header ("Location: $redirect"); ?> Then place the same in your domain.. make sure your host server supports php...
January 4, 200917 yr Author First you need to make an index.php file, then paste the following in it <?php $redirect="http://www.teessidemusiclive.wordpress.com"; header ("Location: $redirect"); ?> Then place the same in your domain.. make sure your host server supports php... Thank you very much, i already had the index.php file but it was on my other computer, and i couldnt find the code again on any sites. Thanks again.
Create an account or sign in to comment