我如何在免费托管上安装 yii2 advanced

How'd I install yii2 advanced on free hosting

通过 ftp 连接后,我有 2 个目录:htdocs 和 cgi-bin 我试图在 htdocs 中创建一个文件夹并在那里上传 yii2 distributive 但我什么也没得到

通过 .htaccess 解决

AddDefaultCharset UTF-8

Options -Indexes
Options FollowSymlinks

RewriteEngine On

RewriteCond %{REQUEST_URI} ^/(subdirectory/admin)
RewriteRule ^admin(\/?.*)$ backend/web/ [L]

RewriteCond %{REQUEST_URI} ^/(subdirectory)
RewriteRule ^(\/?.*)$ frontend/web/ [L]