On 09/24/2013 06:04 PM, Prachi Maheshwari wrote:
Hey everyone,
I have created a redirecting page in my Xwiki space(say A) which redirects every request
that comes to it to other page(say B). Now I want to modify some things in the Page A, but
cannot since its redirected to B every time. I have tried
http:/<server>/Device/Default+Device?language=en and also
http:/<server>/Device/Default+Device?editor=WYSIWYG;
but nothing is helping, with everything I goto page B. I want to edit page A
so please temme some other way.
How did you create the redirect?
You need to tell XWiki you want to have the edit view, so maybe something like
http:/<server>/edit/Device/Default+Device?editor=WYSIWYG might help
Clemens