Hello Sergiu,

Thanks for your answer. The answer to both of your questions are 'no'.

Also, I am working with a totally new installation.

But I do use an Apache server as front (reverse proxy):

Your answer led me to think it might be a misconfiguration there, so 
I changed it from:

ProxyPass              /xwiki http://wiki.motrice.org:8080/xwiki/
ProxyPassReverse /xwiki  http://wiki.motrice.org:8080/xwiki/

to

ProxyPass              /xwiki/ http://wiki.motrice.org:8080/xwiki/
ProxyPassReverse  /xwiki/  http://wiki.motrice.org:8080/xwiki/
ProxyPass              /xwiki http://wiki.motrice.org:8080/xwiki
ProxyPassReverse  /xwiki  http://wiki.motrice.org:8080/xwiki

That made a slight difference. Now, if I add a couple of pages 'newpage2'
and 'Welcome' to a newly created space
TestSpace, I still do not see these pages in the space TestSpace, but when
pressing the Information button, I get:

Parent
   Wiki Home

Children
   TestSpace
        welcome to test
         newpage2

So, TestSpace is a child of itself...?

In the original situation (before the changes in reverse proxy config) I had
a different behaviour, I got:

Parent
   Wiki Home

Children
   preview
         newpage

I would be grateful for any further tip to guide me towards a solution to
this problem.

Best regards,
Roland







--
View this message in context: 
http://xwiki.475771.n2.nabble.com/from-preview-mode-to-view-mode-tp7592348p7592364.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to