> I have a proxy from one machine - first.domain.com/site
> serving a wiki
> on a second machine - second.domain.com/wiki. The wiki serves
> perfectly untill a user logs in and then the /site is dropped
> and the
> wiki does not display.  Has anybody come across this before? I've
> searched about and it appears to be a common problem but I
> can't find
> a solution.
>

Are you using apache? If so, how do your proxy rules look? They should 
probably look like this:

# The rewrite rule fixes the trailing slash problem.
RewriteRule    ^/site$  http://first.domain.com/site/  [R]
ProxyPass /site/ http://second.domain.com/site/
ProxyPassReverse /site/ http://second.domain.com/site/

Are you using short URLs? If so, how are you doing it? Alias, or rewrite 
rules?

V/r,

Ryan Lane 
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to