hello I need redirect domain.com/subfolder to subdomain.newdomain.com in same time I want redirect domain.com to newdomain.com how can I do that ? thanks so much in advance for any help
<?php header( 'Location: http://new.site.com' ) ; ?> PHP: Or if your host allows, you could have better luck by getting them to add a CNAME entry to redirect it forward it for you.