- Joined
- Feb 27, 2013
- Messages
- 72
- Points
- 0
This code below shows how to redirect to another domain. It is easier to do it this way. The reason why is domains take time to populate the changes on it so when you use this code it works in no time.
<?php
header( 'Location: http://www.domain.com' ) ;
?>
<?php
header( 'Location: http://www.domain.com' ) ;
?>