Re: [Zope] apache rewrite rules redux

2006-05-26 Thread Sascha Welter
(Thu, May 25, 2006 at 06:35:59PM -0700) David Bear wrote/schrieb/egrapse: humans can grasp? beginning to wonder about that. Please keep replies on the list, thanks. Okay. I have reran the witch and have the following rules: # see http://betabug.ch/zope/witch RewriteRule ^/z2$ \ ...snip...

Re: [Zope] apache rewrite rules redux

2006-05-25 Thread Sascha Welter
(Wed, May 24, 2006 at 12:00:09PM -0400) [EMAIL PROTECTED] wrote/schrieb/egrapse: From: David Bear [EMAIL PROTECTED] # see http://betabug.ch/zope/witch RewriteRule ^/z2$ http://127.0.0.1:9080/VirtualHostBase/\ https/%SERVER_NAME}:80/VirtualHostRoot/_vh_z2/ [L,P] RewriteRule ^/z2/(.*)

Re: [Zope] apache rewrite rules redux

2006-05-25 Thread David Bear
I went back to betabug and reran the rule generator. I was able to use the rules for http connections... but not for https connection. I thought the two rules might be conflicting some how so I commented out the rules for http connections and the https connections still don't work, ie I still get

Re: [Zope] apache rewrite rules redux

2006-05-24 Thread Philip Kilner
Hi David, I'm suffering from a coffee underflow error, so am not 100% (yet!), but... David Bear wrote: RewriteRule ^/z2$ http://127.0.0.1:9080/VirtualHostBase/\ https/%SERVER_NAME}:80/VirtualHostRoot/_vh_z2/ [L,P] RewriteRule ^/z2/(.*) http://127.0.0.1:9080/VirtualHostBase/\

Re: [Zope] apache rewrite rules redux

2006-05-24 Thread Chris Withers
David Bear wrote: # see http://betabug.ch/zope/witch RewriteRule ^/z2$ http://127.0.0.1:9080/VirtualHostBase/\ https/%SERVER_NAME}:80/VirtualHostRoot/_vh_z2/ [L,P] RewriteRule ^/z2/(.*) http://127.0.0.1:9080/VirtualHostBase/\ https/%{SERVER_NAME}:80/VirtualHostRoot/_vh_z2/$1 [L,P] These rules