Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Adminstration login does not load administration area


Go to End


1173 Views

Avatar
timpeti

Community Member, 1 Post

2 August 2010 at 10:27pm

When i go to myurl.com/admin which then redirects to myurl.com/Security/login and login correctly I get the message "You're now logged in as XXX" and a button "Login as somebody else" but I don't get the admin area anymore.

This started to happen when I moved the installation from a subdir to the root. Anything else works fine. For moving the site I moved all the files to the root, added setBaseDir("http://www.myurl.com/") in mysite/_config.php and changed the line "RewriteBase /subdir" to "RewriteBase /"in the .htaccess in the root dir. Did I forget anything?