I need to pass a path as a parameter to a url e.g. /Controller/Action/My-Path but My-Path contains forward slash e.g. /dir1/dir2/file.php Is there any way of passing this path as a single parameter or do I need to break the path down as /Controller/Action/Param1/dir1/Param2/dir2/Param3/file.php. Some sample code would be appreciated
TIA Ephraim