2 Oct
2004
2 Oct
'04
10:18 p.m.
On Sat, Oct 02, 2004 at 10:19:19PM +0200, Tino Wildenhain wrote:
Can anyone suggest what I have ommitted?
This is the RewriteRule in Apache:-
RewriteRule ^/(.*) http://www.myzopesite.org:8080/VirtualHostBase/http/www.myzopesite.org/myzop... [P,L]
You are apparently missing the port number in the VirtualHostBase. Try: RewriteRule ^/(.*) http://www.myzopesite.org:8080/VirtualHostBase/http/www.myzopesite.org:80/my... [P,L]
Many thanks for that - it worked! I didn't think it would since everything else had been working OK.
Regards Tino
-- John