HI again,
I started my wiki on a subdomain
wiki.buchmanager.com. Now I changed the
domain plus an alias to
www.buchmanager.com and
www.book-publishing-software.com. Strange thing is that on the old url
wiki.buchmanager.com is everything fine, but on the new ones the menus dont
work. I don't need mutliple wikis and the instructions I found about the
wiki manager seem to be deprecated.
I tried setting wiki.home and cookiedomains but this doesn't seem to be
related.
I will appreciate any hint!
My current apache conf is this:
<VirtualHost *:80>
ServerName
www.buchmanager.com
ServerAlias
wiki.buchmanager.com buchmanager.com
www.book-publishing-software.com book-publishing-software.com
ProxyPreserveHost On
ProxyPass /
http://127.0.0.1:8080/
ProxyPassReverse /
http://127.0.0.1:8080/
# Local reverse proxy authorization override
# Most unix distribution deny proxy by default (ie
/etc/apache2/mods-enabled/proxy.conf in Ubuntu)
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
</VirtualHost>
35,0-1
Bot