yii2安装完之后,显示的路径是 http://loclahost/basic/web/index.php
,现在我把basic这个目录里面的内容上传到虚拟主机上了,然后通过 http://www.example.com/web/index.php
来访问,我想问有什么方法把web去掉,我没有配置apache主机目录的权限。
很高兴的告诉各位,我想到办法解决这个问题了。
=======================================分割线=======================================
漂亮显示问题 这个翻译略吊
去掉web 要把网站根目录指向web 没有权限操作apache 貌似整不了
http://www.zhixing123.cn/jiaocheng/htaccess-domain-point-subdirectory.html 我没试过,
1、web\Application:注消方法bootstrap内的/* Yii::setAlias(‘@webroot’, dirname($request->getScriptFile()));
2、frontend/config/bootstrap.php增加两个别名为Yii::setAlias(‘@webroot’, dirname(DIR) . ‘/web’);
Yii::setAlias(‘@web’, ‘/frontend/web’);