Hello forums!!
I would like to know, how to handle the '/' as params in clean urls.
The url pattern is like:
http://localhost/mysite/mycontroller/mymethod/key1/val1/key2/val2 ...
Suppose the case:
key1 = filepath
val1 = uploads/docs/abc.doc
So in this case the clean url pattern which is separated by / will be violated.
So i would like to know how to use param values with '/' so as to preserve the pattern.
Thanks in advance for the valueable suggstions.