私が作成したツールでは、「Public」サブフォルダーにある avible index.php ファイルのみが必要です。(アプリケーションの) ルート ディレクトリ構造は次のとおりです。
uapi(root)
/Application
/Config
/Public
Index.php
/Storage
.htaccess
また、Public 以外のすべてのフォルダーを /Public/Index.php にリダイレクトしたいのですが、このツールをダウンロードしてユーザー サーバーにインストールできるため、ドメイン ベースにすることはできません。
これが.htaccessですが、リダイレクトする代わりに、通常はディレクトリを開きます
Redirect 301 /Storage/ http://localhost:800/web/uapi/Public/
Redirect 301 /Application/ http://localhost:800/web/uapi/Public/
Redirect 301 /Config/ http://localhost:800/web/uapi/Public/