
Re: Can't Move From Server
hi there firts of all thanks for read and tried to givme support, well my problem is
i must move my page to other server, all is going well but went i login in the new server
is going automaticly to the old server.
This will happen if you do not update the server and script path in the DB. You will need to do this manually either in cpanel>>phpmyadmin or locally in your SQL dump. The table to edit is tableprefix_config (tableprefix_ is whatever prefix you assigned to the tables, default is phpbb_).
The fields to edit are:
config_name = server_name
and
config_name = script_path
Change the config_value of these two to match your new server conditions.
Example: if you have
www.mynewsite.com/mynewpath/ then change the config_value of server_name to
www.mynewsite.com and the config_value of script_path to /mynewpath/