Quote:
|
Originally Posted by GoldDust
I knew I would need to ask this question eventually..
I would like to place a redirect on a site link John has done with the old IMR to v7n
I was useing this code below but Im still getting pages going to the 404 error page not to the new site.
what re-direct code should I use that will direct every page of the old site to the new not just the index page of the old site...
thanx
Gold
|
[code]<?php
header('location:www.yourdomain.com');
?>