404奇怪
<?php
namespace app\controllers;
use yii\web\Controller;
class HelloController extends Controller{
public function actionIndex(){
echo 'hello';
}
}
访问:http://localhost:8080/basic/web/index.php?r=hello/index
然后报错,求解答。谢谢各位大神
<?php
namespace app\controllers;
use yii\web\Controller;
class HelloController extends Controller{
public function actionIndex(){
echo 'hello';
}
}
访问:http://localhost:8080/basic/web/index.php?r=hello/index
然后报错,求解答。谢谢各位大神
2016-03-10
举报