Hi all,

perhaps someone has the same problem (hopefully already solved):

After migrating from 1.x to 2.x and now to 3.1 and 3.2 I have some problems :-(

a)
All links to the xwiki Main-Space look like the following example:

xwiki:$s:MyPage

regardless if I use [[Main.MyPage]] or [[MyPage]] the only solution would be:
[[MyPage>>Main.MyPage]]

If the page is not in the xwiki Main-Space everything works fine.

b)
My Quicklinks Panel look horrible:


<https://www.smartics.eu/xwiki/bin/view/Administration/ServerAdministration>
Looks like it is in xwiki 1.0 Syntax, but 2.0 is expected.
Is there a possibility to get to the history of the quicklinks panel, to restore my old one?
Is there a posibillity to change the xwiki syntax for a panel?

c)
And last but not least
After logging in I am forwarded to:
http://www.smartics.eu/xwiki/bin/loginsubmit/XWiki/%2Fxwiki%2Fbin%2Fview%2FMain%2FSmarticsWebHome%3Fsrid%3DQLm82Cbt

Looks like to be an apache problem, but i use ProxyPass to forward (proxy) all to my tomcat and RewriteEngine to redirect https:

80:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

ProxyPass         /xwiki  http://www.smartics.eu:8080/xwiki
ProxyPassReverse  /xwiki http://www.smartics.eu:8080/xwiki

443:

ProxyPass         /xwiki  http://www.smartics.eu:8080/xwiki
ProxyPassReverse  /xwiki http://www.smartics.eu:8080/xwiki

What happens:
I go to http://www.smartics.eu/xwiki
I am redirected to https://www.smartics.eu/xwiki
I do the login: and than I am forwarded to http://www.smartics.eu/xwiki/bin/loginsubmit/...... And here somehow the redirect to https does not work and the page can not be delivered, as apache states "Not Found".
Looks like both (Rewrite and ProxyPass) are pypassed somehow.

But when I now enter manually (in the same browser) "https://www.smartics.eu/xwiki"; I am logged in.

Any idea what might be wrong?

Any help to my problems would be highly appreciated.

Best wishes for the new year.

Best regards,

Anton Kronseder

_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to