Hi Glenn, Glenn Everitt wrote:
Is the Main space special? XWiki seems to require Admin rights to view Main.WebHome. I am using XWiki version 1.3. I searched jira but couldn't find anything that seemed relevant.
This is weird. I can not figure out any reasson other than you have modify in any way the access rights to Main.WebHome or to Main by itself. Do you keep getting this error? Have you already worked it out? Glenn Everitt wrote:
Is there some setting to change the redirect of http://localhost:8080/xwiki from Main.WebHome to MySpace.WebHome?
I guess the simplest way is to use $response.sendRedirect, but I don't know yet how to avoid to pass the whole URL of the desired home page to the method. Taking this into account, to add this to your Main.WebHome page will do the job: $response.sendRedirect("http://localhost:8080/xwiki/bin/view/MySpace/WebHome") HTH, Ricardo -- View this message in context: http://www.nabble.com/Only-Admin-Users-can-access-Main-space-tp16421644p1653... Sent from the XWiki- Users mailing list archive at Nabble.com.