I want to move a forum to a new domain, can I do a redirect to newdom.com/forum or I have to make redirection to the newdom.com
Copy this following into a notepad file and save as index.php: <?php header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.yournewdomain.com/page.html"); exit(); ?> Now upload this to the root directory in your domain. Your site should now redirect.