Mailing List Archive

Change "/manage" name of URL for accessing ZMI
Hello,

is there a way to change the name 'manage' in URL (like
"http://localhost:8080/manage ") that is currently used for access of
ZMI on
Zope3
and replace it by another chosen name ?

Regards
Re: Change "/manage" name of URL for accessing ZMI [ In reply to ]
Am 08.06.2019 um 18:19 schrieb Christophe Petit <christophe.petit09@gmail.com>:
> Hello,
>
> is there a way to change the name 'manage' in URL (like "http://localhost:8080/manage") that is currently used for access of ZMI on Zope3
> and replace it by another chosen name ?

The short answer is: no.

The longer one is: `/manage` is a path used in Zope 2 and Zope 4, but not in Zope 3.
It is baked into the application server.

You might use a front side proxy (like Apache or nginx) to use a different path to point to `/manage`.
If you only want to restrict access to the ZMI see the Plone documentation for details.
https://docs.plone.org/manage/deploying/production/securitybestpractices.html#lock-down-access-to-your-management-components

If you are actually using Zope 3 you might re-register the view to another name while using a custom skin layer.

--
Mit freundlichen Grüßen
Michael Howitz