I am trying to make Apache send:
http://mydomain.com/these/are/arguments/mmmk
to:
http://mydomain.com/?pages=these/are/arguments/mmmk
Such that $_GET['pages'] will display these/are/arguments/mmmk.
I have set 'AllowEncodedSlashes' to On.
The rule needs to be able to handle trailing slashes, and when there is no subpages (like http://mydomain.com)
Does anyone know how to accomplish this task?