Re: [EMAIL PROTECTED] rewrite rules optimisation

2007-05-14 Thread Arthur Kerpician
Krist van Besien wrote: On 5/14/07, Arthur Kerpician <[EMAIL PROTECTED]> wrote: Hi, Im having trouble with defining some rules. This is the layout: I want to send some GET vars in the URL like this: http://localhost/a-1,b-2,c-3,d-4/ Based on this format, the rewriting engine should forwa

[EMAIL PROTECTED] rewrite rules optimisation

2007-05-14 Thread Arthur Kerpician
Hi, Im having trouble with defining some rules. This is the layout: I want to send some GET vars in the URL like this: http://localhost/a-1,b-2,c-3,d-4/ Based on this format, the rewriting engine should forward the request like this: http://localhost/index.php?a=1&b=2&c=3&d=4 I know I can write