On Wed, 2002-04-10 at 17:05, Terrel Shumway wrote:
> HTTPRequest.adapterName() seems to be used frequently for building
> absolute URI's, but it does not work, for example, with
> 
> RewriteRule (.*) /cgi-bin/WebKit.cgi$1 [L,PT]
> 
> which maps /cgi-bin/WebKit.cgi/ to /
> 
> Am I missing something?

You, sir, are correct!  At least, I'm pretty sure you are.

I haven't tested this, or even tried it trivially, but maybe adding
something like:

[E=ORIG_URI:%{REQUEST_URI}] to the options of the rule will set a
ORIG_URI environmental variable that you can use...?  

  Ian



_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to