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
舉報
2016-03-10
代碼沒有錯誤,你試試訪問http://localhost:8080/basic/web/index.php會不會報錯。