[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=10¶m_b=30¶m_c_new=9¶m_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 RewriteRule ^a([0

[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.w

[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 li