Page 1 of 1
[solved] can't login on new server,
Posted: Mon Feb 22, 2010 8:45 pm
by r steeltje
I have moved my site to an other server, but I can't login to the cms.
when I type an confirm my name and password on the newserver\admin\login.php it logs into the oldserver.
I don't think it has anyhing to do with the htaccess-file, but i think it has something to do with the relative addressing/absolute addressing.
or has anyone else a clue,
and ideas to solve it.
Re: can't login on new server,
Posted: Mon Feb 22, 2010 8:52 pm
by Rolf
Double check the new server paths in the config.php!
Rolf

Re: can't login on new server,
Posted: Mon Feb 22, 2010 9:01 pm
by Jos
hey Repel, also clear the cache through the adminpanel
Re: can't login on new server,
Posted: Mon Feb 22, 2010 10:08 pm
by r steeltje
Jos wrote:
hey Repel, also clear the cache through the adminpanel
clear the cache of the cms? or the cache from the directadmin?
i dont think you meant the first one, i don't know (and can't find) how i can do this,
thanks,
Re: can't login on new server,
Posted: Mon Feb 22, 2010 10:16 pm
by Jos
I did mean the first one :D
Go to Site Admin -> Global Settings -> Advanced Setup
Re: can't login on new server,
Posted: Tue Feb 23, 2010 9:23 am
by r steeltje
I can't login on my CMS, so i can not clear the cache of my cms,
has anyone other ideas
Re: can't login on new server,
Posted: Tue Feb 23, 2010 9:31 am
by r steeltje
Rolf wrote:
Double check the new server paths in the config.php!
Rolf
dear rolf
do i have to edit the login.php myself, and redirect al links?
Re: can't login on new server,
Posted: Tue Feb 23, 2010 10:49 am
by Rolf
r steeltje
When you move a website from one server to the other, beside the webaddress also all serverpaths change.
You have to change them by hand.
You can also copy the Install folder back to your website, run yourwebsite.com/install and let it do its job.
But don't let it create tables and default content!!!!!! It will overwrite your database. Uncheck this option!
Another backup of your files and database first is always good!
Grtz. Rolf
Re: can't login on new server,
Posted: Tue Feb 23, 2010 1:24 pm
by r steeltje
i have changed the server path in config.php (from the cms-dir)
from:
$config['root_url'] = '
http://mijndomeinnaam.nl/cms/';
in:
$config['root_url'] = '
http://xxx.xx.xxx.xx/cms/';
thanks al lot,
1 error down, x to come!