Am 08.06.2019 um 18:19 schrieb Christophe Petit <christophe.peti...@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

Attachment: signature.asc
Description: Message signed with OpenPGP

_______________________________________________
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to