Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,7 +2,7 @@ 2 2 3 3 In a single instance of XWiki you have many sections and the URLs need to reflect all that. This documentation details the way URLs are parsed by XWiki and what means each part of it. 4 4 5 - http://wiki1.xwiki.org/xwiki/bin/view/SomeSpace/SomePage/attachment.ext?param1=value1¶m2=value25 +{image:url.png} 6 6 7 7 1.1 Protocol 8 8 By default "http" is used when generating an url in XWiki. You can set "secure" parameter to true in a wiki descriptor to generate urls with "https" in "http". ... ... @@ -29,6 +29,8 @@ 29 29 * /wiki/wikialias: call the same servlet but will be use to determine the subwiki to acces if <tt>xwiki.virtiual.usepath</tt> is enabled in <tt>xwiki.cfg</tt>. Notes that you can change the "wiki" part with anything else using <tt>xwiki.virtual.usepath.servletpath</tt> and by modifying web.xml to reflect the new Struts action name. If the struts action name is the same that. 30 30 ** XWiki tries to match a wiki descriptor with the provided <tt>wikialias</tt> like it was a domain name 31 31 ** then if it can't find any wiki descriptor it search for it with <tt>wikialias</tt> as wiki name 32 +* /xmlrpc/: call xmlrpc servlet. 33 +* /webdav/: call webdav servlet. 32 32 33 33 1.1 \[OPTIONNAL\] Bin action 34 34 When the struts action is <tt>bin</tt> or the value of <tt>xwiki.virtual.usepath.servletpath</tt>, XWiki use "action" identifiers to determine what is the goal of the user when going to a page. ... ... @@ -55,3 +55,4 @@ 55 55 {code} 56 56 The value of the parameter is: Hello World 57 57 {code} 60 +