Hello,
is there anyone who switch on the light?
I ltry to do the following:
http://official.de/Intern/forum (apache) redirect to
http://127.0.0.1:8081/forum (
tomcat)
httpd.conf:
...
RewriteEngine on
RewriteRule ^.*/Intern/forum/(.*)$
http://127.0.0.1:8081/forum/$1 [P]
...
SystemGlobals.properties:
...
forum.link = /forum/
homepage.link =
http://official.de/Intern/forum
redirect.absolute.paths = true
redirect.base.url =/Intern/forum/
proxied.context.path = /Intern/forum
...
Ok everything seems ok, but I'm unable to login.
If I type in username and password the page reload - but there is no 'your Profile'-page etc.
I can jump arround in the forum - quite nice but if i answer a topic or something like that I'm 'Anonymous'.
For
testing I connect direct to the forum not over the apache, after disableing the redirect and proxied statement in the SystemGlobals.properties file - everything is ok. Login works the management Menue is available ...
Any hint?
[originally posted on jforum.net by humptydumpty1]