Hi! How can i automatically redirect all files from an old domain to a new domain? example: redirect www.olddomain.com/forum/index.php to www.newdomain.com/forum/index.php I dont want the domain to be parked. I just want to redirect all peoples quickly to the new website.
Hmmm, i'm not sure if there is an easy way to do it. You would probably have to setup redirect files for each of your primary locations and forward them to the proper areas from there. You could probably create a small PHP script to do it properly, but you would still need to name the files index.php and put it in a forum folder to execute it. Good question, but thats the only solution I can think of.