[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

RE: [EMAIL PROTECTED] mod_rewrite and multiple parameters

2006-06-16 Thread Axel-Stéphane SMORGRAV
] On Behalf Of Gioele Barabucci Sent: Friday, June 16, 2006 2:57 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] mod_rewrite and multiple parameters 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