
Re: Moving From One Domain To Another
firstly copy the files over to your new site...
then install mysqldumper on your old and new server, back up your old database with it and reinstall on your new server...
open config.php and check your database entries are correct.
goto phpmyadmin and goto your config table browse through it and find
server_name check it is all ok if not edit it... also find
script_path and change it accordingly... if it is in a subforum it should look like this /phpbb/....
got to your cache folder on your site open it and find the sql folder open that and there should be a file thats starts with
sql_cache open it and then look for server name and script path.. change accordingly...
you should now be able to log in and clear the cache...
Let me know