I want to transform the following url:
http://localhost/index.php?foo=bar&bar=foo
Into:
http://localhost/index/bar/foo
In other words I want to replace the page extension with a forward slash, then recursively rewrite one or more variables.
Is this possible?
1 Answer