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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

Changing admin path


Go to End


1761 Views

Avatar
mschiefmaker

Community Member, 187 Posts

23 December 2008 at 8:59pm

I have a host who uses the admin to access their web hosting control panel. From previous posts I have
modified the /admin/ path in the following locations:

1. Link() functions in all LeftAndMain subclasses
2. CMS _config.php file directives
3. CMS Javascript behaviours

to /cmsadmin/. It all seemed to be working fine until I tried to save.

Firebug says it is still calling silverstripe/admin/?executeForm=EditForm instead of
silverstripe/cmsadmin/?executeForm=EditForm. The only place I can find reference to this is TinyMCEImageEnhancment.js but the paths in this file have been correctly changed. Any thoughts of what I might have missed?

Thanks

MM