Page 1 of 1

site moved one level up - admin doesn't work

Posted: Wed Feb 21, 2007 10:02 pm
by gianpiero
Hi  :)

I've just moved my CMS from www.mysite.com/cms to www.mysite.com (one level up).
I worked directly into FTP cut and paste. The frontend user works fine. The site is up.

When I go to admin/index.php and I try the login the page stand, I can't enter. Also an editor account can't.

I checked directories permission, they were changed. I restored CHMOD to previous values , 775  :
    * tmp/templates_c
    * tmp/cache
    * uploads
    * uploads/images
    * modules

I deleted cookies and temp files one more directly via FTP into my  tmp/templates_c
but I have not success in loggin into my administration.

Any other chance ? Suggestion ?

Thanks in advance.
Gianpiero

Re: site moved one level up - admin doesn't work

Posted: Wed Feb 21, 2007 10:11 pm
by gianpiero
RESOLVED.

Excuse me, a path error into config.php
#Document root as seen from the webserver.  No slash at the end !!!!!
#e.g. http://blah.com
$config['root_url'] = 'http://www.mysite.com';
I had a slash at the end, example http://www.mysite.com/

Thanks, keep up the good work.

Gianpiero