Michael Kaplan wrote:

I already tried to change the configuration to

Proxypass /folder http://localhost:82/VirtualHostBase/http/mysite.de:80/dir/VirtualHostRoot/folder/

but the trailing / doesn't change anything.

Any ideas?

Try this:   (in your /etc/apache2/sites-enabled/.... )

RewriteRule ^/(.*) http://localhost:82/VirtualHostBase/http/mysite.de:80/dir/VirtualHostRoot/$1 [L,P]

To get the above, I took a rewrite rule that works fine for us (it strips a directory name out of the path just like for you), and I substituted in your site and port number

HTH
Nick

--
Nick Davis
Web Application Developer
University of Leicester
http://www2.le.ac.uk
http://ebulletin.le.ac.uk


_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to