Yii 2.0 hiding /basic/web from the URL along with the index.php
问题 Plenty of information around the net on how to hide the index.php from your Yii 2.0 application URL, however, what I'm trying to do here is to also remove the '/basic/web/' from the URL. /basic/web is the directory from which the application is running and the configuration that I have so far is the following. That goes into the config file: 'urlManager' =>[ 'enablePrettyUrl' => true, 'showScriptName' => false, ], And this is my htaccess file that I have within the /web folder: RewriteEngine