21 Aug
2008
21 Aug
'08
8:51 a.m.
Bernard Devlin wrote:
I worked it out. For the apache virtualhost config for 443 I changed the rewrite rule to this:
RewriteRule ^/zp($|/.*) http://%{SERVER_NAME}:8080/VirtualHostRoot$1 [L,P]
I probably should have included my rewrite rules in the earlier message. I'm sure my mistake would have been glaringly obvious.
Since 443 is missing in your rule its pretty obviously incorrect :-) The witch is outputting: RewriteRule ^/zp($|/.*) \ http://127.0.0.1:8080/VirtualHostBase/https/%{SERVER_NAME}:443/VirtualHostRoot/_vh_zp$1 [L,P] and I feel this should work :-) Regards Tino