How can I make “mypage” a default “Main” page so that whenever I login , I should get my “mypage” as home not “Main” as home. Please help me to redirect.
Edit your wiki’s descriptor and set it as the home page. See http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki%20Application#HConfigureWiki
But it is not working. If I am logging in using “/xwiki/” its redirecting to “/xwiki/bin/view/Main/”
where as I want it to redirect “/xwiki/bin/view/Mypage/”
It’ll work in several places but not all and indeed using /xwiki/ is one of them that doesn’t work ATM, see Loading...
Another option is to use a redirect on the home page. see http://www.xwiki.org/xwiki/bin/view/FAQ/Adding%20a%20redirect
it works . thanks alot