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.

Upgrading SilverStripe /

Ask questions about upgrading SilverStripe to the latest version.

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

Hosting Admin Redirect on Control Panel


Go to End


3 Posts   2349 Views

Avatar
Jojo

Community Member, 16 Posts

13 March 2009 at 10:41pm

Freeparking has an admin redirect on their control panel which is conflicting with the functioning of the site. They have turned it off for this site, but whenever their system reboots, it is automatically turned back on. Is there a workaround this?

Avatar
Fuzz10

Community Member, 791 Posts

15 March 2009 at 11:23pm

Do you mean you cannot use /admin ?

In older versions, I think it wasn't that easy to change the admin path because of a lot of hard-coded stuff...

Have a look through the forum , for example :

http://www.silverstripe.org/installing-silverstripe/show/254156

Avatar
mschiefmaker

Community Member, 187 Posts

26 March 2009 at 8:24am

Hi

I have a number of sites sitting with Freeparking and I have manually gone through the code and changed the references to admin to CMSadmin. This fixes the issue but it is hardcoded in a number of places, so you have to make sure you get them all.

Another option is to put Silverstripe in its own directoiry and change the .htaccess file.

Cheers

MM