Last modified by Gunter Ohrner on 2020/01/28

From version 16.4
edited by Vincent Massol
on 2017/10/06
Change comment: There is no comment for this version
To version 18.1
edited by Gunter Ohrner
on 2019/06/24
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.GOhrner
FAQCode.FAQClass[0]
answer
... ... @@ -21,6 +21,7 @@
21 21  {{/velocity}}
22 22  {{/code}}
23 23  )))
24 + (See [[instructions on how to alter / remove the redirect again>>snippets:Extension.Redirect]] in case your default editor is the WYSIWYG editor.)
24 24  * Option 4: Modify the ##web.xml## file to control what ##http:~/~/<yourserver>/## should redirect to. Specifically, edit ##WEB-INF/web.xml##, locate the section with the servlet responsible for the redirect (the one with the line {{code}}<servlet-class>com.xpn.xwiki.web.HomePageRedirectServlet</servlet-class>{{/code}}, and change that section to contain something like:(((
25 25  {{code}}
26 26  <servlet>
... ... @@ -33,4 +33,4 @@
33 33  </servlet>
34 34  {{/code}}
35 35  )))
36 -* Option 5: (only if your version has the Dashboard displayed on the hom page) Keep the dashboard but change the displayed widgets. To do so go to ##Dashboard.WebHome## and edit in inline mode. You can also edit the home page and click the included page in the panel on the right to navigate to ##Dashboard.WebHome##
37 +* Option 5: (only if your version has the Dashboard displayed on the home page) Keep the dashboard but change the displayed widgets. To do so go to ##Dashboard.WebHome## and edit in inline mode. You can also edit the home page and click the included page in the panel on the right to navigate to ##Dashboard.WebHome##

Get Connected