[Zope] 404 on "/manage" frames with mod_rewrite

Tino Wildenhain tino at wildenhain.de
Thu Aug 21 04:51:39 EDT 2008


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3241 bytes
Desc: S/MIME Cryptographic Signature
Url : http://mail.zope.org/pipermail/zope/attachments/20080821/8c58c2d2/attachment.bin 


More information about the Zope mailing list