Thursday, 3 October 2013

url rewrite with multiple param

url rewrite with multiple param

I need to convert an URL, with some params like this:
/anytext/l1v5n3
to a normal URL with querystring:
/index.php?liv=1&id=5&lang=3
the params l, v, n could be in any order and the following value could be
numeric and can include special symbols (+,-, etc.)
Any help will be appreciated!

No comments:

Post a Comment