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