RE: [EMAIL PROTECTED] mod_rewrite and multiple parameters

2006-06-16 Thread Axel-Stéphane SMORGRAV
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=10¶m_b=30¶m_c_new=9¶m_f=99. Everithing

[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