Please little help to rewrite the URL

Hi all,
can anybody help me to set up a rewrite rule like this:
I need to scan the request and replace all the request with

parameter=null
with
parameter=

for example
http://server/path/mycgi?param1=null¶m2=b

should be translated to:
http://server/path/mycgi?param1=¶m2=b

Please help!
Thanks
Laura
Laura [ Do, 25 Oktober 2007 02:40 ] [ ID #1854359 ]

Re: Please little help to rewrite the URL

On 25 Ott, 02:40, Laura <f.marchi... [at] pride.it> wrote:
> Hi all,
> can anybody help me to set up a rewrite rule like this:
> I need to scan the request and replace all the request with
>
> parameter=3Dnull
> with
> parameter=3D
>
> for examplehttp://server/path/mycgi?param1=3Dnull=B6m2=3Db
>
> should be translated to:http://server/path/mycgi?param1=3D=B6m2=3Db
>
> Please help!
> Thanks
> Laura

sorry I have posted twice but I coluldn't see the message in the
newsgroup 'til this morning
sorry!
Laura [ Do, 25 Oktober 2007 08:14 ] [ ID #1854362 ]
Webserver » alt.apache.configuration » Please little help to rewrite the URL

Vorheriges Thema: Allow Web Services
Nächstes Thema: Using mod ReWrite to redirect request with certain parameters.