[EMAIL PROTECTED] mod_rewrite and multiple parameters

2006-06-16 Thread Gioele Barabucci
Hi, I use mod_rewrite to map URLs like this http://mydomain/seach/a10/b30/c9/f99 to myscript.php?param_a=10param_b=30param_c_new=9param_f=99. Everithing works fine but, as the number of (optional) parameters increase, I need to create too many RewriteRules. My RewriteRules are like this

[EMAIL PROTECTED] Re: How to build layers/filters with Apache and PHP

2006-04-27 Thread Gioele Barabucci
Gioele Barabucci wrote: Is there a simple way to obtain this playing with the Apache configuration? I would like to create a chain like this: | request - get.php - validator.php - output without modifying get.php. After some more research I found this http://www.worldwidecreations.com

[EMAIL PROTECTED] How to build layers/filters with Apache and PHP

2006-04-26 Thread Gioele Barabucci
Hello, I have and unmodifiable PHP application that runs on an apache installation. I would like to /filter/ the output of this application through a validation layer to be writter in PHP. Is there a simple way to obtain this playing with the Apache configuration? I would like to create a chain