私が今持っているのは:
$app->get(/folderBrowse/:path function($app){
bla bla bla
}); // I know this is not using '' or ,
but it's just for example, because I've tried it with many configurations. my
syntax is correct in my code, because it works fine when I don't pass a path
しかし、URL エンコードを使用してもファイル パスを渡すと、404 ページが表示されます。私が見逃しているものはありますか。
どんな助けでも大歓迎です。