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