On Mon, Mar 17, 2008 at 9:16 AM, Jerome Velociter <[email protected]> wrote:
- could anyone point me to where I may be able to customize the space
name and url? basically, the use of "Space_" as prefix look quite odd to me and i would like to remove it. And if it is possible i would want to make the url shorter. Currently, it's something like: " http://mydomain.com/xwiki/bin/view/Space_username/", i am able to remove the context "xwiki", and i suppose it shouldn't be difficult to turn Space_username to username. It's most desirable to turn bin/view to nothing or make it a single "folder", e.g. remove "/bin" (i suppose the action cannot be removed.)
See http://code.xwiki.org/xwiki/bin/view/Plugins/SpaceManagerPlugin, and in particular the xwiki.spacemanager.prefix param of xwiki.cfg.
See also : http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs JV.