On Mon, 21 May 2007 02:55:24 -0400
Hapax <[EMAIL PROTECTED]> wrote:

> Hello,
> 
>     I was wondering if someone would know how to automatically
> support the rewriting (aliasing ?) of URL on a whole site to do the
> following.

[chop]

Are you talking about HTTP headers or document bodies?
In the former case, I wonder if you could devise an
all-in-one regexp to use with "Header edit"?

In the latter case, you need to parse the output to 
know what is a URL.  You could use mod_proxy_html
with a regexp rule as above, or with version 3
just select ASCII output and the issue goes away.


-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to