I would like to know, how to handle the '/' as params in clean urls.
The url pattern is like:
Code: Select all
http://localhost/mysite/mycontroller/my ... /key2/val2 ...Code: Select all
key1 = filepath
val1 = uploads/docs/abc.docSo i would like to know how to use param values with '/' so as to preserve the pattern.
Thanks in advance for the valueable suggstions.